Skip to content

Commit 2948168

Browse files
committed
upgrade libraries
1 parent d40ee27 commit 2948168

File tree

7 files changed

+969
-2044
lines changed

7 files changed

+969
-2044
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DB_MAX_POOL_SIZE=5
2121
#localhost or IP of the server
2222
# If using the docker installation then use 'mongo' for host name else localhost or ip or db server
2323
#YOUR_MONGO_DB_HOST_NAME
24+
# DB_HOST=localhost
2425
DB_HOST=mongo
2526

2627
DB_PORT=27017
@@ -36,6 +37,7 @@ DB_ADMIN=admin
3637
DB_ADMIN_PWD=changeit
3738

3839
# Redis
40+
# REDIS_HOST=localhost
3941
REDIS_HOST=redis
4042
REDIS_PORT=6379
4143
REDIS_PASSWORD=changeit

.env.test.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ DB_USER=blogs-test-db-user
3333
DB_USER_PWD=changeit
3434

3535
# Redis
36-
REDIS_HOST=localhost
37-
# REDIS_HOST=redis
36+
# REDIS_HOST=localhost
37+
REDIS_HOST=redis
3838
REDIS_PORT=6379
3939
REDIS_PASSWORD=changeit
4040

0 commit comments

Comments
 (0)