diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-24 14:06:58 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-24 15:24:35 -0400 |
commit | 16ea5afacc6140573ff431bf5622a6c8cc07925b (patch) | |
tree | 08e217d92acaeb357c3000774f6d685910de3f3a /aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | |
parent | ae69d6fd9a3b9f56dec5c6fc0f5fc1aad67a1dfd (diff) |
Pull the latest code resources internal
Remove the test that should not be in resources
Change-Id: Ic20fe3942bae3ec217933284d2b176bb8079788e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index ad651d2..be3a6f2 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -29,9 +29,9 @@ ecm.openstack.tenantid=b0a529aba48440a39e0caf1aea9b27e3 aai.avpn.interim.laginterface=ae0 -aai.server.url.base=https://localhost:8447/aai/ -aai.server.url=https://localhost:8447/aai/v10/ -aai.global.callback.url=https://localhost:8447/aai/ +aai.server.url.base=https://localhost:8443/aai/ +aai.server.url=https://localhost:8443/aai/v10/ +aai.global.callback.url=https://localhost:8443/aai/ aai.auth.cspcookies_on=false aai.dbmodel.filename=ex5.json @@ -60,7 +60,7 @@ aai.precheck.cloudinfrastructure.complex.defaults.region=US # single primary server aai.primary.filetransfer.serverlist=ONAPserverTBD -aai.primary.filetransfer.primarycheck=echo:8447/aai/util/echo +aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo aai.primary.filetransfer.pingtimeout=5000 aai.primary.filetransfer.pingcount=5 @@ -124,3 +124,4 @@ aai.server.rebind=g # This is a fake one just for test so please ignore ecm.auth.password.x=OBF:1igd1i9a1jnb1yte1vv11vu91yt81jk71i6o1idt +aai.run.migrations=false |