Skip to content
Snippets Groups Projects
Commit 8faed134 authored by abdu's avatar abdu
Browse files

add admin as mongo authsource to properties/connection url

parent 3b8c49ed
No related branches found
No related tags found
No related merge requests found
spring.application.name=todo spring.application.name=todo
server.port=9876 server.port=9876
spring.data.mongodb.uri=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_DB} spring.data.mongodb.uri=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_DB}?authSource=admin
#openapi setup #openapi setup
springdoc.api-docs.path=/v3/api-docs springdoc.api-docs.path=/v3/api-docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment