diff options
Diffstat (limited to 'mod2/catalog-service/src/main/resources/application.properties')
-rw-r--r-- | mod2/catalog-service/src/main/resources/application.properties | 28 |
1 files changed, 27 insertions, 1 deletions
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 |