12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
# Container Environment Variables
|
|
# Copy this file to .env and update the values
|
|
|
|
# CRITICAL: Change this secret in production!
|
|
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
|
|
|
# Recommended for local Docker deployment
|
|
CORS_ORIGIN=http://localhost:8080
|
|
|
|
# Optional: Uncomment and customize if needed
|
|
# CORS_ORIGIN=http://localhost:8080,https://yourdomain.com
|