aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: 90cb740b648964074c44bf2656a0eebdc7329a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
spring.application.name=spike
server.port=9518

SERVICE_BEANS=dynamic/conf

server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.enabled=true
server.ssl.enabled-protocols=TLSv1.1,TLSv1.2

schema.ingest.file=${CONFIG_HOME}/schema-ingest.properties
edgeprops.ingest.file=${CONFIG_HOME}/edgeprops-ingest.properties