parent
52cc7aad32
commit
686cf02318
@ -1,3 +1,6 @@
|
||||
quarkus.mongodb.connection-string=mongodb+srv://<username>:<password>@<cluster>.<node>.mongodb.net
|
||||
quarkus.mongodb.database=<database>
|
||||
quarkus.smallrye-openapi.path=META-INF/openapi.yaml
|
||||
quarkus.http.cors=true
|
||||
quarkus.http.cors.origins=http://localhost:19006
|
||||
|
||||
|
Loading…
Reference in new issue