Skip to content

Commit 3437ccf

Browse files
committed
Fix mongodb url
1 parent 03724b3 commit 3437ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/chat/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ spring:
55
name: chat
66
data:
77
mongodb:
8-
uri: ${MONGODB_URI}
8+
uri: mongodb://${MONGODB_USERNAME}:${MONGODB_PASSWORD}@mongodb-service:27017/admin
99
server:
1010
port: 8082

0 commit comments

Comments
 (0)