Skip to content

Commit 520ac44

Browse files
committed
feat: ✨ upgrade to framework v1.4.0
1 parent 8d28cd5 commit 520ac44

5 files changed

Lines changed: 546 additions & 217 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ DB_USERNAME=
2626
DB_PASSWORD=
2727
DB_DBNAME=simplicity_db
2828
DB_PORT=27017
29+
DB_EXIT_ON_CONNECT_FAIL=true
2930

3031
# View configuration
3132

@@ -56,6 +57,9 @@ REDIS_PORT=6379
5657
REDIS_USERNAME=
5758
REDIS_PASSWORD=
5859
REDIS_DATABASE=0
60+
REDIS_LEGACY_MODE=false
61+
REDIS_AUTO_CONNECT=true
62+
REDIS_EXIT_ON_CONNECT_FAIL=true
5963

6064
# Session (express-session) settings
6165
SESSION_NAME="connect.sid"

0 commit comments

Comments
 (0)