Distributing Blueprint to DCAE Dashboard Issue-ID: DCAEGEN2-2385>
[dcaegen2/platform.git] / mod2 / catalog-service / src / main / resources / application.properties
1 #
2 # ============LICENSE_START=======================================================
3 #  org.onap.dcae
4 #  ================================================================================
5 #  Copyright (c) 2020-2021 AT&T Intellectual Property. All rights reserved.
6 #  ================================================================================
7 #  Licensed under the Apache License, Version 2.0 (the "License");
8 #  you may not use this file except in compliance with the License.
9 #  You may obtain a copy of the License at
10 #
11 #       http://www.apache.org/licenses/LICENSE-2.0
12 #
13 #  Unless required by applicable law or agreed to in writing, software
14 #  distributed under the License is distributed on an "AS IS" BASIS,
15 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 #  See the License for the specific language governing permissions and
17 #  limitations under the License.
18 #  ============LICENSE_END=========================================================
19 #
20
21 #add connection to mongo db once its up and running
22 spring.data.mongodb.host=mongo_db
23 spring.data.mongodb.port=27017
24 spring.data.mongodb.database=dcae_mod
25
26
27
28 # Policy Model Distribution Info Environment details
29
30 policymodel.url.path=/policy/api/v1/policytypes
31
32 policymodel.dev.server=10.12.6.2
33 policymodel.dev.port=30522
34 policymodel.dev.user=healthcheck
35 policymodel.dev.password=PASSWORD_GOES_HERE
36
37 policymodel.pst.server=policy-api
38 policymodel.pst.port=6969
39 policymodel.pst.user=healthcheck
40 policymodel.pst.password=PASSWORD_GOES_HERE
41
42 policymodel.ete.server=policy-api
43 policymodel.ete.port=6969
44 policymodel.ete.user=healthcheck
45 policymodel.ete.password=PASSWORD_GOES_HERE
46
47 policymodel.prod.server=policy-api
48 policymodel.prod.port=6969
49 policymodel.prod.user=healthcheck
50 policymodel.prod.password=PASSWORD_GOES_HERE
51
52
53 # Blueprint Distribution Info Environment details
54
55 dcae.platform.url.path=/ccsdk-app/nb-api/v2/blueprints
56
57 dcae.platform.dev.server:10.12.5.222
58 dcae.platform.dev.port:30418
59 dcae.platform.dev.user=su1234
60 dcae.platform.dev.password=PASSWORD_GOES_HERE
61
62 dcae.platform.pst.server:10.12.5.222
63 dcae.platform.pst.port:30418
64 dcae.platform.pst.user=su1234
65 dcae.platform.pst.password=PASSWORD_GOES_HERE
66
67 dcae.platform.ete.server:10.12.5.222
68 dcae.platform.ete.port:30418
69 dcae.platform.ete.user=su1234
70 dcae.platform.ete.password=PASSWORD_GOES_HERE
71
72 dcae.platform.prod.server:10.12.5.222
73 dcae.platform.prod.port:30418
74 dcae.platform.prod.user=su1234
75 dcae.platform.prod.password=PASSWORD_GOES_HERE