Skip to content

Commit

Permalink
Remove user
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgustavocosta committed Feb 19, 2021
1 parent 2f445fc commit 2f8e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ quarkus.hibernate-orm."auction".database.generation=create-drop
quarkus.hibernate-orm."item".database.generation=drop-and-create
quarkus.hibernate-orm."user".database.generation=drop-and-create

quarkus.mongodb.connection-string = mongodb+srv://airbnb:[email protected]/?authSource=admin&replicaSet=atlas-1a020i-shard-0&readPreference=primary&appname=Quarkus&ssl=true
quarkus.mongodb.connection-string = mongodb+srv://user:pass@url


quarkus.ssl.native=true

0 comments on commit 2f8e913

Please sign in to comment.