docs(env): add SESSION_SECRET and ALLOWED_ORIGINS to .env.example

This commit is contained in:
2026-04-26 20:58:02 +02:00
parent cc155214e0
commit f03b672465
+2
View File
@@ -4,7 +4,9 @@ NODE_ENV="development"
DEBUG=false DEBUG=false
SERVER_PORT=3200 SERVER_PORT=3200
SECRET="your-secret-key-here" SECRET="your-secret-key-here"
SESSION_SECRET="your-session-secret-here"
SESSION_LIFETIME=86400 SESSION_LIFETIME=86400
ALLOWED_ORIGINS="http://localhost:4200"
# Database - MySQL # Database - MySQL
MYSQL_DBNAME="adastra_dev" MYSQL_DBNAME="adastra_dev"