From e3578fcdcd65c9f919c0f7cc16949b79b70d12b4 Mon Sep 17 00:00:00 2001 From: Ravi Mantena Date: Fri, 27 Nov 2020 13:34:11 -0500 Subject: Policy Model Distribution POC Issue-ID: DCAEGEN2-1868 Issue-ID: DCAEGEN2-1868 Change-Id: Ife6421558af59405f3026f66950ff8f2d7aeba17 Signed-off-by: Ravi Mantena --- .../src/main/resources/application.properties | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'mod2/catalog-service/src/main/resources/application.properties') diff --git a/mod2/catalog-service/src/main/resources/application.properties b/mod2/catalog-service/src/main/resources/application.properties index 1f20c6a..f818c6c 100644 --- a/mod2/catalog-service/src/main/resources/application.properties +++ b/mod2/catalog-service/src/main/resources/application.properties @@ -21,4 +21,30 @@ #add connection to mongo db once its up and running spring.data.mongodb.host=mongo_db spring.data.mongodb.port=27017 -spring.data.mongodb.database=dcae_mod \ No newline at end of file +spring.data.mongodb.database=dcae_mod + + + +#Distribution Info Environment details + +url.path=/policy/api/v1/policytypes + +dev.server=10.12.6.2 +dev.port=31317 +dev.user=healthcheck +dev.password=PASSWORD_GOES_HERE + +pst.server=policy-api +pst.port=6969 +pst.user=healthcheck +pst.password=PASSWORD_GOES_HERE + +ete.server=policy-api +ete.port=6969 +ete.user=healthcheck +ete.password=PASSWORD_GOES_HERE + +prod.server=policy-api +prod.port=6969 +prod.user=healthcheck +prod.password=PASSWORD_GOES_HERE \ No newline at end of file -- cgit 1.2.3-korg