Skip to content

Commit 54cb0aa

Browse files
committed
refactor(env): move SESSIONS_STORAGE to app configuration section
1 parent cd1a943 commit 54cb0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## App configuration ##
22
NODE_ENV=development
33
PORT=5000
4+
SESSIONS_STORAGE=cache # cache or db
45
LOGS_ENABLED=true
56

67
## App information overrides ##
@@ -16,7 +17,6 @@ APP_NAME=express-typescript-skeleton
1617
# App configuration #
1718
IMAGE_NAME=express-typescript-skeleton
1819
EXTERNAL_PORT=5000
19-
SESSIONS_STORAGE=cache # cache or db
2020
LOGS_VOLUME=../.docker/app/logs
2121

2222
# Database configuration #

0 commit comments

Comments
 (0)