Skip to content

Commit

Permalink
Removed URL connection with sensitivity data
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira authored Nov 24, 2024
1 parent 5fefb42 commit cd8cfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spring:
mongodb:
database: alura-flix-test
# always commit the uri like this: ${DATABASE_TEST}
uri: ${DATABASE_TEST:mongodb+srv://laurosilveira:283TlfZiOW4nNOnN@alura-flix-test.qixe2kd.mongodb.net/?retryWrites=true&w=majority&appName=alura-flix-test}
uri: ${DATABASE_TEST}

0 comments on commit cd8cfc3

Please sign in to comment.