Migrate to Spring Boot
[aai/gizmo.git] / src / main / resources / application.properties
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644 (file)
index 0000000..2a65bc3
--- /dev/null
@@ -0,0 +1,10 @@
+server.port=9520
+
+SERVICE_BEANS=dynamic/conf
+
+server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
+server.ssl.enabled=true
+server.ssl.client-auth=need
+server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
+
+logging.config=classpath:logback.xml
\ No newline at end of file