Add portal props at correct path 99/41799/2
authorda490c <dave.adams@amdocs.com>
Mon, 9 Apr 2018 19:49:59 +0000 (15:49 -0400)
committerda490c <dave.adams@amdocs.com>
Mon, 9 Apr 2018 19:57:55 +0000 (15:57 -0400)
Issue-ID: AAI-1015
Change-Id: I50a75dd5707aa0bb5450b61b1be34ed3c3408db5
Signed-off-by: da490c <dave.adams@amdocs.com>
champ-service/dynamic/conf/champ-beans.xml
sparky/appconfig/portal/BOOT-INF/classes/portal.properties [moved from sparky/appconfig/portal/portal.properties with 94% similarity]

index e254ed9..8abe258 100644 (file)
@@ -39,6 +39,7 @@
     </util:map>
 
     <!-- Titan Implementation -->
+    <!--
     <bean id="graphBuilder" class="org.onap.aai.champtitan.graph.impl.TitanChampGraphImpl$Builder">
         <constructor-arg value="aaigraph-onap.dev"/>
         <constructor-arg ref="props" />
@@ -46,9 +47,9 @@
     <bean id="graphImpl" class="org.onap.aai.champtitan.graph.impl.TitanChampGraphImpl">
         <constructor-arg ref="graphBuilder" />
     </bean>
+    -->
 
     <!-- Janus Implementation -->
-<!--
     <bean id="graphBuilder" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl$Builder">
         <constructor-arg value="<%= @CHAMP_GRAPH_NAME %>"/>
         <constructor-arg ref="props"/>
@@ -56,7 +57,6 @@
     <bean id="graphImpl" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl">
         <constructor-arg ref="graphBuilder"/>
     </bean>
--->
 
     <bean id="champUUIDService" class="org.onap.champ.service.ChampUUIDService">
         <constructor-arg name="graphImpl" ref="graphImpl"/>
@@ -1,23 +1,23 @@
-################################################################################\r
-############################## Portal properties ###############################\r
-################################################################################\r
-\r
-# Java class that implements the ECOMP role and user mgt API\r
-portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPIServiceImpl\r
-\r
-# Instance of ECOMP Portal where the app has been on-boarded\r
-# use insecure http for dev purposes to avoid self-signed certificate\r
-ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi\r
-\r
-# Standard global logon page\r
-ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm\r
-\r
-# Name of cookie to extract on login request\r
-csp_cookie_name = EPService\r
-# Alternate values: DEVL, V_DEVL, V_PROD\r
-csp_gate_keeper_prod_key = PROD\r
-\r
-# Toggles use of UEB\r
-ueb_listeners_enable = false\r
-# IDs application withing UEB flow\r
+################################################################################
+############################## 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