This commit is contained in:
@@ -6,7 +6,13 @@ JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
||||
|
||||
# Server Configuration
|
||||
PORT=8080
|
||||
METRICS_PORT=9090
|
||||
GIN_MODE=release
|
||||
|
||||
# Logging Configuration
|
||||
LOG_LEVEL=info
|
||||
LOG_DIR=/app/logs
|
||||
LOG_VOLUME=counter_logs
|
||||
|
||||
# Frontend Configuration (for development)
|
||||
REACT_APP_API_URL=http://localhost:8080/api/v1
|
||||
|
||||
Reference in New Issue
Block a user