c51e8cfb3bc34138fc434066b4572a9326f4901b
[policy/drools-applications.git] /
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # Modifications Copyright (C) 2018 Huawei Intellectual Property. All rights reserved.
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 the simulator for control loop applications
23
24 aai.url=http://localhost:6666
25 aai.username=policy
26 aai.password=policy
27
28 so.url=http://localhost:6667
29 so.username=policy
30 so.password=policy
31
32 vfc.url=http://localhost:6668
33 vfc.username=policy
34 vfc.password=policy
35
36 guard.url=http://localhost:6669/pdp/api/getDecision
37 guard.disabled=true
38
39 sdnc.url=http://localhost:6670
40 sdnc.username=policy
41 sdnc.password=policy
42