diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-11-16 15:01:29 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-04-03 11:23:16 +0300 |
commit | fa9080bc0e2be3198aebbe1da20af73ed91376ce (patch) | |
tree | 49f8e9c4ee2a87f32e0ea35d9c6f520adf065817 /epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | |
parent | 926100a4e3d59d0dbee1f79570fca98d177d323b (diff) |
Turn role management off by default
(cherrypicked from casablanca)
Change-Id: Id8611389b80c3a693c989ce3421f08435ad05d2f
Issue-ID: VID-448
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
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 5668b785b..9ab9d77e6 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/ |