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
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user