diff options
Diffstat (limited to 'controlloop/common')
-rw-r--r-- | controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment index ec5023b2e..cfe957b4c 100644 --- a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment +++ b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment @@ -21,7 +21,17 @@ # Environment file (.environment) for the simulator for control loop applications aai.url=http://localhost:6666 +aai.username=policy +aai.password=policy + so.url=http://localhost:6667 +so.username=policy +so.password=policy + vfc.url=http://localhost:6668 +vfc.username=policy +vfc.password=policy + guard.url=http://localhost:6669/pdp/api/getDecision +guard.disabled=true |