2 # ============LICENSE_START=======================================================
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
11 # http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
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.
25 sql.db.host=${env:SQL_HOST}
26 sql.db.username=${env:SQL_USER}
27 sql.db.password=${env:SQL_PASSWORD}
29 aai.url=${env:AAI_URL}
30 aai.username=${env:AAI_USERNAME}
31 aai.password=${env:AAI_PASSWORD}
34 so.username=${env:SO_USERNAME}
35 so.password=${env:SO_PASSWORD}
37 vfc.url=${env:VFC_URL}
38 vfc.username=${env:VFC_USERNAME}
39 vfc.password=${env:VFC_PASSWORD}
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}
48 guard.url=https://${env:PDP_HOST}:8081/pdp/api/getDecision
49 guard.jdbc.url=jdbc:mariadb://${env:SQL_HOST}:3306/onap_sdk
52 sdnc.url=${env:SDNC_URL}
53 sdnc.username=${env:SDNC_USERNAME}
54 sdnc.password=${env:SDNC_PASSWORD}