Fix database URI

This commit is contained in:
2025-12-30 11:46:45 +01:00
parent ab93cd0eff
commit f8d3052bf6
3 changed files with 4 additions and 4 deletions

View File

@@ -38,5 +38,5 @@ springdoc.swagger-ui.path=/docs
springdoc.api-docs.path=/v1/docs
#=============DATABASE=============
spring.mongodb.uri=mongodb://board-mate-user:apx820kcng@mongodb:27017/board-mate-db?authSource=board-mate-db
spring.mongodb.database=board-mate-db
spring.mongodb.uri=${SPRING_DATA_MONGODB_URI}
spring.mongodb.database=${MONGO_DATABASE}