e87df42c3c79029db14a5c56b15cd008f0b79003
[policy/drools-applications.git] /
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2017-2019 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 # Environment file (.environment) for control loop applications in this
22 # directory, it will be automatically loaded by PDP-D, after being expanded
23 # by installation scripts.
24
25 sql.db.host=${env:SQL_HOST}
26 sql.db.username=${env:SQL_USER}
27 sql.db.password=${env:SQL_PASSWORD}
28
29 aai.url=${env:AAI_URL}
30 aai.username=${env:AAI_USERNAME}
31 aai.password=${env:AAI_PASSWORD}
32
33 so.url=${env:SO_URL}
34 so.username=${env:SO_USERNAME}
35 so.password=${env:SO_PASSWORD}
36
37 vfc.url=${env:VFC_URL}
38 vfc.username=${env:VFC_USERNAME}
39 vfc.password=${env:VFC_PASSWORD}
40
41 pdpx.host=${env:PDP_HOST}
42 pdpx.username=${env:PDP_USERNAME}
43 pdpx.password=${env:PDP_PASSWORD}
44 pdpx.environment=${env:PDP_ENVIRONMENT}
45 pdpx.client.username=${env:PDP_CLIENT_USERNAME}
46 pdpx.client.password=${env:PDP_CLIENT_PASSWORD}
47
48 guard.url=https://${env:PDP_HOST}:8081/pdp/api/getDecision
49 guard.jdbc.url=jdbc:mariadb://${env:SQL_HOST}:3306/onap_sdk
50 guard.disabled=false
51
52 sdnc.url=${env:SDNC_URL}
53 sdnc.username=${env:SDNC_USERNAME}
54 sdnc.password=${env:SDNC_PASSWORD}