Skip to content

Commit

Permalink
Changing DB references in visualizer API default config
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Nov 26, 2024
1 parent d092f9b commit 3b3b79e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Don't commit the mapbox token to github!

server.port=8081
spring.data.mongodb.database=ConflictMonitor
spring.data.mongodb.database=CV
spring.data.mongodb.host=${DB_HOST_IP:localhost}
spring.data.mongodb.port=27017
spring.data.mongodb.username=${CM_MONGO_API_USERNAME:api}
spring.data.mongodb.password=${CM_MONGO_API_PASSWORD:api}
spring.data.mongodb.authenticationDatabase=${CM_MONGO_AUTH_DB:CV}
spring.data.mongodb.username=${CM_MONGO_API_USERNAME:ode}
spring.data.mongodb.password=${CM_MONGO_API_PASSWORD:ode}
spring.data.mongodb.authenticationDatabase=${CM_MONGO_AUTH_DB:admin}
spring.data.mongodb.uri=${CM_MONGO_URI:null}


Expand Down

0 comments on commit 3b3b79e

Please sign in to comment.