summaryrefslogtreecommitdiffstats
path: root/mod2/catalog-service/src/main/resources/application.properties
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-12-08 19:20:56 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-08 19:20:56 +0000
commit2fd50f39ff37a1ca006f4bf984af91378e395d80 (patch)
treefce5b60551c6156e1daca619e02b62372f25592d /mod2/catalog-service/src/main/resources/application.properties
parentc166c55c0b1674edc8e91ed1c270657473bf7f2b (diff)
parente3578fcdcd65c9f919c0f7cc16949b79b70d12b4 (diff)
Merge "Policy Model Distribution POC Issue-ID: DCAEGEN2-1868"
Diffstat (limited to 'mod2/catalog-service/src/main/resources/application.properties')
-rw-r--r--mod2/catalog-service/src/main/resources/application.properties28
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