diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-10-18 11:07:22 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-10-18 11:07:22 +0300 |
commit | 975779bad94230ec994870aa4084caacee1f7f15 (patch) | |
tree | 99acbed932c157e5fba52cba6937b736c40af483 /epsdk-app-onap/src/main/resources/portal.properties | |
parent | cf06d68793db9b77adb9c6a9d1e9fbcfaca3e337 (diff) |
Update portal.properties configuration
Change-Id: I371321ec5365222a210bc2bec863fcff7b7550f5
Issue-ID: VID-329
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/resources/portal.properties')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/portal.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal.properties b/epsdk-app-onap/src/main/resources/portal.properties index 104e85dc3..edb35807b 100755 --- a/epsdk-app-onap/src/main/resources/portal.properties +++ b/epsdk-app-onap/src/main/resources/portal.properties @@ -61,6 +61,9 @@ ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login # URL of the ECOMP Portal REST API
ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
+# Non AAF Mode
+role_access_centralized = local
+
# Applications do not need to run a UEB listener after 1607.
ueb_listeners_enable = false
|