We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea4583 commit d619d80Copy full SHA for d619d80
service/src/main/resources/application.yml
@@ -33,7 +33,7 @@ gp2gp:
33
mongodb:
34
uri: ${GP2GP_MONGO_URI:mongodb://localhost:27017}
35
database: ${GP2GP_MONGO_DATABASE_NAME:gp2gp}
36
- host: nia-ptl-base-dbcluster-ver-5-0.cluster-co553fsbcrew.eu-west-2.docdb.amazonaws.com
+ host: ${GP2GP_MONGO_HOST:}
37
port: ${GP2GP_MONGO_PORT:}
38
username: ${GP2GP_MONGO_USERNAME:}
39
password: ${GP2GP_MONGO_PASSWORD:}
0 commit comments