78e74c6c29c58d66365390f154b3eb2081d15220
[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=${envd:SQL_HOST}
27 sql.db.username=${envd:SQL_USER}
28 sql.db.password=${envd:SQL_PASSWORD}
29
30 aai.url=https://${envd:AAI_HOST}:${envd:AAI_PORT:443}/${envd:AAI_CONTEXT_URI}
31 aai.username=${envd:AAI_USERNAME}
32 aai.password=${envd:AAI_PASSWORD}
33
34 so.url=${envd:SO_URL}
35 so.username=${envd:SO_USERNAME}
36 so.password=${envd:SO_PASSWORD}
37
38 vfc.url=https://${envd:VFC_HOST}:${envd:VFC_PORT:443}/${envd:VFC_CONTEXT_URI}
39 vfc.username=${envd:VFC_USERNAME}
40 vfc.password=${envd:VFC_PASSWORD}
41
42 pdpx.host=${envd:PDP_HOST}
43 pdpx.username=${envd:PDP_USERNAME}
44 pdpx.password=${envd:PDP_PASSWORD}
45
46 guard.url=https://${envd:PDP_HOST}:${envd:PDP_PORT:443}/${envd:PDP_CONTEXT_URI}decision
47 guard.jdbc.url=jdbc:mariadb://${envd:SQL_HOST}:3306/operationshistory
48 guard.disabled=false
49
50 sdnc.url=https://${envd:SDNC_HOST}:${envd:SDNC_PORT:443}/${envd:SDNC_CONTEXT_URI}
51 sdnc.username=${envd:SDNC_USERNAME}
52 sdnc.password=${envd:SDNC_PASSWORD}
53
54 cds.grpcHost=${envd:CDS_GRPC_HOST}
55 cds.grpcPort=${envd:CDS_GRPC_PORT}
56 cds.grpcUsername=${envd:CDS_GRPC_USERNAME}
57 cds.grpcPassword=${envd:CDS_GRPC_PASSWORD}
58 cds.grpcTimeout=10