diff options
Diffstat (limited to 'sparkybe-onap-application/config/application.properties')
-rw-r--r-- | sparkybe-onap-application/config/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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 |