aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 07d5a00..c152118 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -7,7 +7,7 @@ schema.source.name=onap
schema.nodes.location=${server.local.startpath}/schema/${schema.source.name}/oxm/
schema.edges.location=${server.local.startpath}/schema/${schema.source.name}/dbedgerules/
-server.local.startpath=src/main/resources/
+server.local.startpath=${graphgraph.startpath}
schema.ingest.file=${server.local.startpath}/application.properties
# Schema Version Related Attributes
@@ -29,10 +29,20 @@ schema.version.edge.label.start=v12
# Specifies the version that the application should default to
schema.version.api.default=v16
schema.translator.list=schema-service
-schema.service.base.url=http://localhost:8452/aai/schema-service/v1/
-schema.service.client=no-auth
+schema.service.base.url=https://localhost:8452/aai/schema-service/v1/
+# schema.service.client=no-auth
schema.service.nodes.endpoint=nodes?version=
schema.service.edges.endpoint=edgerules?version=
schema.service.versions.endpoint=versions
-schema.service.versions.override=false \ No newline at end of file
+schema.service.versions.override=false
+
+schema.service.ssl.enabled-protocols=TLSv1.1,TLSv1.2
+schema.service.ssl.key-store=${server.local.startpath}etc/auth/aai_keystore
+schema.service.ssl.key-store-password=changeit
+schema.service.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore
+schema.service.ssl.trust-store-password=changeit
+schema.service.ssl.client-auth=want
+schema.service.ssl.key-store-type=JKS
+
+schema.service.client=one-way-ssl \ No newline at end of file