ES to SDS conversion
[aai/sparky-be.git] / sparkybe-onap-application / config / application.properties
index 54f4f40..f3ba9a9 100644 (file)
@@ -3,8 +3,9 @@
 #
 spring.mvc.favicon.enabled=false
 
-#possible values: camel,http,ssl,portal,fe-dev,fe-prod,oxm-default,oxm-override,[resources|gizmo],sync,oxm-schema-prod
-spring.profiles.active=camel,ssl,fe-dev,oxm-schema-dev,resources,sync
+#possible values: camel,http,ssl,portal,fe-dev,fe-prod,oxm-default,oxm-override,[resources|gizmo],sync,oxm-schema-dev,oxm-schema-prod
+#For oxm loading there needs to be a combo of [oxm-default OR oxm-override] AND [oxm-schema-dev OR oxm-schema-prod]
+spring.profiles.active=camel,ssl,fe-dev,oxm-schema-dev,resources,sync,oxm-override
 
 elasticsearch.hostname=127.0.0.1
 elasticsearch.port=9200