We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03724b3 commit 3437ccfCopy full SHA for 3437ccf
server/chat/src/main/resources/application.yaml
@@ -5,6 +5,6 @@ spring:
5
name: chat
6
data:
7
mongodb:
8
- uri: ${MONGODB_URI}
+ uri: mongodb://${MONGODB_USERNAME}:${MONGODB_PASSWORD}@mongodb-service:27017/admin
9
server:
10
port: 8082
0 commit comments