Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob6838 committed Dec 10, 2024
1 parent a287040 commit 9e7b6ec
Showing 1 changed file with 2 additions and 2 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=CV
spring.data.mongodb.database=ConflictMonitor
spring.data.mongodb.host=${DB_HOST_IP:localhost}
spring.data.mongodb.port=27017
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.authenticationDatabase=${CM_MONGO_AUTH_DB:ConflictMonitor}
spring.data.mongodb.uri=${CM_MONGO_URI:null}


Expand Down

0 comments on commit 9e7b6ec

Please sign in to comment.