Skip to content

Instantly share code, notes, and snippets.

@evrentan
Created March 28, 2021 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evrentan/22068213d206855f26208cfea5dd0821 to your computer and use it in GitHub Desktop.
Save evrentan/22068213d206855f26208cfea5dd0821 to your computer and use it in GitHub Desktop.
Quarkus & MongoDB Connection
# configure the MongoDB client
quarkus.mongodb.connection-string = mongodb://localhost:27017
quarkus.mongodb.database = enterprise
quarkus.hibernate-orm.log.sql = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment