Reorganize infrastructure as code and implement versioning schema

This commit is contained in:
Alphaeus Mote
2025-05-21 19:40:57 -04:00
parent 8d1a6dd188
commit 2db108aa6b
34 changed files with 4870 additions and 870 deletions
+25
View File
@@ -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