web security audit fixes
This commit is contained in:
@@ -7,6 +7,9 @@ PORT=3000
|
||||
NODE_ENV="development"
|
||||
LOG_LEVEL="info"
|
||||
APP_URL="http://localhost:3000"
|
||||
# Explicit CORS origin allowlist (comma-separated, validated before use)
|
||||
# Overrides/extends APP_URL for CORS. Example: VALID_CORS_ORIGINS="https://app.kordant.com,https://admin.kordant.com"
|
||||
VALID_CORS_ORIGINS=""
|
||||
|
||||
# Auth
|
||||
JWT_SECRET=""
|
||||
|
||||
Reference in New Issue
Block a user