mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
# .env.production example
|
|
NODE_ENV=production
|
|
JWT_SECRET=your-super-secure-minimum-32-character-secret-key-here
|
|
DATABASE_PATH=/app/data/production.db
|
|
FRONTEND_BUILD_PATH=/app/frontend-build |