f76e5f45c4130d2d5e0e59d4e815dc4fcae0a394
[policy/drools-applications.git] /
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
6 # Modifications Copyright (C) 2019 Bell Canada.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #      http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 ###
21
22 # Environment file (.environment) for control loop applications in this
23 # directory, it will be automatically loaded by PDP-D, after being expanded
24 # by installation scripts.
25
26 sql.db.host=${env:SQL_HOST}
27 sql.db.username=${env:SQL_USER}
28 sql.db.password=${env:SQL_PASSWORD}
29
30 aai.url=${env:AAI_URL}
31 aai.username=${env:AAI_USERNAME}
32 aai.password=${env:AAI_PASSWORD}
33
34 so.url=${env:SO_URL}
35 so.username=${env:SO_USERNAME}
36 so.password=${env:SO_PASSWORD}
37
38 vfc.url=${env:VFC_URL}
39 vfc.username=${env:VFC_USERNAME}
40 vfc.password=${env:VFC_PASSWORD}
41
42 pdpx.host=${env:PDP_HOST}
43 pdpx.username=${env:PDP_USERNAME}
44 pdpx.password=${env:PDP_PASSWORD}
45
46 guard.url=https://${env:PDP_HOST}:6969/policy/pdpx/v1/decision
47 guard.jdbc.url=jdbc:mariadb://${env:SQL_HOST}:3306/operationshistory
48 guard.disabled=false
49
50 sdnc.url=${env:SDNC_URL}
51 sdnc.username=${env:SDNC_USERNAME}
52 sdnc.password=${env:SDNC_PASSWORD}
53
54 cds.grpcHost=${env:CDS_GRPC_HOST}
55 cds.grpcPort=${env:CDS_GRPC_PORT}
56 cds.grpcUsername=${env:CDS_GRPC_USERNAME}
57 cds.grpcPassword=${env:CDS_GRPC_PASSWORD}
58 cds.grpcTimeout=10