Skip to content

Commit 2ea4583

Browse files
committed
direct Mongo URL placement for test
1 parent 7825d42 commit 2ea4583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gp2gp:
3333
mongodb:
3434
uri: ${GP2GP_MONGO_URI:mongodb://localhost:27017}
3535
database: ${GP2GP_MONGO_DATABASE_NAME:gp2gp}
36-
host: ${GP2GP_MONGO_HOST:}
36+
host: nia-ptl-base-dbcluster-ver-5-0.cluster-co553fsbcrew.eu-west-2.docdb.amazonaws.com
3737
port: ${GP2GP_MONGO_PORT:}
3838
username: ${GP2GP_MONGO_USERNAME:}
3939
password: ${GP2GP_MONGO_PASSWORD:}

0 commit comments

Comments
 (0)