mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-20 07:14:22 +00:00
Add dark mode and theme switching functionality to the application.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/69154111-0a6b-4eae-ac42-425c5260b653.jpg
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Production Environment Settings
|
||||
|
||||
# Node Environment
|
||||
NODE_ENV=production
|
||||
|
||||
# Server Configuration
|
||||
PORT=5000
|
||||
HOST=0.0.0.0
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
DEBUG=api:error,api:cache
|
||||
|
||||
# Performance Tuning
|
||||
COMPRESSION_LEVEL=6
|
||||
BODY_PARSER_LIMIT=10mb
|
||||
|
||||
# Security Settings
|
||||
RATE_LIMIT_WINDOW_MS=900000
|
||||
RATE_LIMIT_MAX_REQUESTS=500
|
||||
SESSION_COOKIE_SECURE=true
|
||||
SESSION_COOKIE_HTTPONLY=true
|
||||
|
||||
# API Settings
|
||||
SWAGGER_ENABLED=true
|
||||
Reference in New Issue
Block a user