93c78830192499c1abf57af3f04026316f3ddca4
[dcaegen2/platform.git] / mod2 / catalog-service / src / main / resources / application.properties
1 #
2 # ============LICENSE_START=======================================================
3 #  org.onap.dcae
4 #  ================================================================================
5 #  Copyright (c) 2020 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 #Distribution Info Environment details
29
30 url.path=/policy/api/v1/policytypes
31
32 dev.server=10.12.6.2
33 dev.port=30522
34 dev.user=healthcheck
35 dev.password=PASSWORD_GOES_HERE
36
37 pst.server=policy-api
38 pst.port=6969
39 pst.user=healthcheck
40 pst.password=PASSWORD_GOES_HERE
41
42 ete.server=policy-api
43 ete.port=6969
44 ete.user=healthcheck
45 ete.password=PASSWORD_GOES_HERE
46
47 prod.server=policy-api
48 prod.port=6969
49 prod.user=healthcheck
50 prod.password=PASSWORD_GOES_HERE