There was an error while loading. Please reload this page.
1 parent cd1a943 commit 54cb0aaCopy full SHA for 54cb0aa
.env
@@ -1,6 +1,7 @@
1
## App configuration ##
2
NODE_ENV=development
3
PORT=5000
4
+SESSIONS_STORAGE=cache # cache or db
5
LOGS_ENABLED=true
6
7
## App information overrides ##
@@ -16,7 +17,6 @@ APP_NAME=express-typescript-skeleton
16
17
# App configuration #
18
IMAGE_NAME=express-typescript-skeleton
19
EXTERNAL_PORT=5000
-SESSIONS_STORAGE=cache # cache or db
20
LOGS_VOLUME=../.docker/app/logs
21
22
# Database configuration #
0 commit comments