Skip to content

Commit

Permalink
add local connection variable to database
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinuy committed Nov 13, 2024
1 parent 0bc69a0 commit 48ca6f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spring.application.name=backend
spring.data.mongodb.uri=${MONGO_DB_URI}
# spring.data.mongodb.uri=${MONGO_DB_URI}
spring.data.mongodb.uri=${MONGO_DB_URI_LOCAL}

0 comments on commit 48ca6f4

Please sign in to comment.