Fix auth bug

This commit is contained in:
2026-01-01 16:54:04 +01:00
parent 458a3e0e6c
commit a0e974d511
4 changed files with 15 additions and 8 deletions

View File

@@ -39,4 +39,5 @@ springdoc.api-docs.path=/v1/docs
#=============DATABASE=============
spring.mongodb.uri=${MONGODB_URI}
spring.mongodb.database=${DATABASE_NAME}
spring.mongodb.database=${DATABASE_NAME}
spring.data.mongodb.auto-index-creation=true