optionally disable client auth in gizmo
[aai/gizmo.git] / src / main / resources / application.properties
1 spring.application.name=gizmo
2
3 server.port=9520
4
5 SERVICE_BEANS=dynamic/conf
6
7 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
8 server.ssl.enabled=true
9 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
10
11 schema.ingest.file=${CONFIG_HOME}/schema-ingest.properties
12 edgeprops.ingest.file=${CONFIG_HOME}/edgeprops-ingest.properties