diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-08-30 08:36:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-30 08:36:26 +0000 |
commit | e81a3e864cc302e1c902af6f4ed0d51d30ad1f54 (patch) | |
tree | 0aaad53c02608b1edc4fad1d65acbeb1d3b23266 /vid-app-common/src/test/resources/WEB-INF/conf/system.properties | |
parent | f0ee794cbe8322e314c6dc8c2184d6544cbb5362 (diff) | |
parent | 296599aa5977fb047d9d0619ec3e463c031b0b49 (diff) |
Merge "Using Generic client in SchedulerRestInterface"
Diffstat (limited to 'vid-app-common/src/test/resources/WEB-INF/conf/system.properties')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties index 8eb70a85f..689f55e58 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties @@ -83,6 +83,8 @@ aai.server.url.base=https://aai-ext1.test.att.com:8443/aai/ aai.server.url=http://localhost:8080/vidSimulator/aai/v12/ #aai.server.url=http://localhost:1080/aai #aai.server.url=https://aai-int2.test.att.com:8443/aai/v12/ +aai.vid.username=VID +aai.vid.passwd.x=OBF:1jm91i0v1jl9 |