diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-04-03 10:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-03 10:35:12 +0000 |
commit | 7be7b5464dfa3bdad079a84b72191ab258f94e2f (patch) | |
tree | d83b7ff3037ce7a18e43b79bef29768f1a3e8cdb /epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | |
parent | 609062f1855cef71bcdc9bdd9399cf401db20224 (diff) | |
parent | fa9080bc0e2be3198aebbe1da20af73ed91376ce (diff) |
Merge "Turn role management off by default"
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index ac8c3931b..2d1ad7d39 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -64,6 +64,8 @@ decryption_key = ${VID_DECRYPTION_KEY} element_map_file_path = /tmp element_map_icon_path = app/vid/icons/ +role_management_activated = false + #aai related properties aai.server.url.base=${VID_AAI_URL}/aai/ aai.server.url=${VID_AAI_URL}/aai/v13/ |