X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=2b1f30283634b082d966e2c939f3c77837fb4a7d;hb=897f00995fe962d4c2ebce8a95491352b1ec51d7;hp=a21f3c53ba1f9518ebdcdfcccb8c1ecd22738244;hpb=9d48685b916536c5641b2f536e08edba0f9642c3;p=aai%2Fgizmo.git diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a21f3c5..2b1f302 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,5 @@ +spring.application.name=gizmo + server.port=9520 SERVICE_BEANS=dynamic/conf @@ -7,3 +9,5 @@ server.ssl.enabled=true server.ssl.client-auth=need server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 +schema.ingest.file=${CONFIG_HOME}/schema-ingest.properties +edgeprops.ingest.file=${CONFIG_HOME}/edgeprops-ingest.properties