docs(env): add SESSION_SECRET and ALLOWED_ORIGINS to .env.example
This commit is contained in:
Vendored
+2
@@ -4,7 +4,9 @@ NODE_ENV="development"
|
||||
DEBUG=false
|
||||
SERVER_PORT=3200
|
||||
SECRET="your-secret-key-here"
|
||||
SESSION_SECRET="your-session-secret-here"
|
||||
SESSION_LIFETIME=86400
|
||||
ALLOWED_ORIGINS="http://localhost:4200"
|
||||
|
||||
# Database - MySQL
|
||||
MYSQL_DBNAME="adastra_dev"
|
||||
|
||||
Reference in New Issue
Block a user