From 4d750d21cffd991b4bc5b735455fc9fceb516937 Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 11 Feb 2021 09:14:58 -0500 Subject: Update the Sparky backend to support proxying calls to resources and traversal Issue-ID: AAI-3250 Change-Id: I1c4d587ca30ea379ae28697b95ba2ca4602cd4e8 Signed-off-by: wr148d --- sparkybe-onap-application/config/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sparkybe-onap-application/config/application.properties') diff --git a/sparkybe-onap-application/config/application.properties b/sparkybe-onap-application/config/application.properties index c0616b5..cdebe11 100644 --- a/sparkybe-onap-application/config/application.properties +++ b/sparkybe-onap-application/config/application.properties @@ -3,18 +3,18 @@ # spring.mvc.favicon.enabled=false -#possible values: camel,http,ssl,portal,fe-dev,fe-prod,oxm-default,oxm-override,[resources|gizmo],sync,oxm-schema-dev,oxm-schema-prod +#possible values: camel,http,ssl,portal,fe-dev,fe-prod,oxm-default,oxm-override,[resources|gizmo],sync,oxm-schema-dev,oxm-schema-prod,aai-proxy #For oxm loading there needs to be a combo of [oxm-default OR oxm-override] AND [oxm-schema-dev OR oxm-schema-prod] # # Gizmo profile # -spring.profiles.active=camel,ssl,fe-dev,oxm-schema-dev,gizmo,oxm-default +spring.profiles.active=camel,http,oxm-default,oxm-schema-dev,fe-dev,resources,aai-proxy # # Resources profile # -#spring.profiles.active=camel,http,fe-dev,oxm-schema-dev,resources,sync,oxm-override +#spring.profiles.active=camel,http,fe-dev,oxm-schema-dev,resources,sync,oxm-override,aai-proxy portal.cadiFileLocation=${CONFIG_HOME}/portal/cadi.properties searchservice.hostname=127.0.0.1 -- cgit 1.2.3-korg