Skip to content

Commit 0985655

Browse files
Update application.yml
1 parent 0b2a894 commit 0985655

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ spring:
1616
data:
1717
redis:
1818
host: ${REDIS_HOST}
19-
port: ${REDIS_PORT}
19+
port: ${REDIS_PORT:6379}
2020
password: ${REDIS_PASSWORD}
2121

2222
mongodb:
2323
host: ${MONGO_HOST}
24-
port: ${MONGO_PORT}
24+
port: ${MONGO_PORT:27017}
2525
database: ${MONGO_DATABASE}
2626
username: ${MONGO_USERNAME}
2727
password: ${MONGO_PASSWORD}

0 commit comments

Comments
 (0)