diff options
author | da490c <dave.adams@amdocs.com> | 2018-04-09 15:49:59 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-04-09 15:57:55 -0400 |
commit | 6408c3f5342cf4a274c81d73b09db3289697b01e (patch) | |
tree | 29ce65161442ceaa69791ae65c5cbbd7c1f2463c /sparky/appconfig/portal/portal.properties | |
parent | 2c41376322b4dc3b2e8afc4d4ef7685439c3650a (diff) |
Add portal props at correct path
Issue-ID: AAI-1015
Change-Id: I50a75dd5707aa0bb5450b61b1be34ed3c3408db5
Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'sparky/appconfig/portal/portal.properties')
-rw-r--r-- | sparky/appconfig/portal/portal.properties | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sparky/appconfig/portal/portal.properties b/sparky/appconfig/portal/portal.properties deleted file mode 100644 index 3b947c4..0000000 --- a/sparky/appconfig/portal/portal.properties +++ /dev/null @@ -1,23 +0,0 @@ -################################################################################
-############################## Portal properties ###############################
-################################################################################
-
-# Java class that implements the ECOMP role and user mgt API
-portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPIServiceImpl
-
-# Instance of ECOMP Portal where the app has been on-boarded
-# use insecure http for dev purposes to avoid self-signed certificate
-ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
-
-# Standard global logon page
-ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
-
-# Name of cookie to extract on login request
-csp_cookie_name = EPService
-# Alternate values: DEVL, V_DEVL, V_PROD
-csp_gate_keeper_prod_key = PROD
-
-# Toggles use of UEB
-ueb_listeners_enable = false
-# IDs application withing UEB flow
-ueb_app_key = qFKles9N8gDTV0Zc
\ No newline at end of file |