aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/src/main/resources/application.properties
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-05-01 14:55:56 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-05-01 14:55:56 +0100
commitc5331e6fe565e7d0a22d1752e8f793d55dbe7c2e (patch)
treee0ceba06087abacc484350c46027c74e0f8f6e86 /champ-service/src/main/resources/application.properties
parente0549f46142bcc54cc3d3c04a465e5e6c54ba90c (diff)
Replace AJSC with Spring Boot 1.5.12.RELEASE
Updates include: Remove AJSC references Use PropertiesLoader (loader.path) to allow loading external janus or titan deps Fix dependency conflicts between janus/titan deps and Spring Boot deps Use Jetty container Use Jersey registration of Champ REST interface Change-Id: Ic33b886b0b039cce0366c0f0910cc5a3fe5bfd9b Issue-ID: AAI-1041 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-service/src/main/resources/application.properties')
-rw-r--r--champ-service/src/main/resources/application.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/champ-service/src/main/resources/application.properties b/champ-service/src/main/resources/application.properties
new file mode 100644
index 0000000..07d7e08
--- /dev/null
+++ b/champ-service/src/main/resources/application.properties
@@ -0,0 +1,11 @@
+server.port=9522
+
+SERVICE_BEANS=dynamic/conf
+
+server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
+server.ssl.key-store-type=JKS
+server.ssl.enabled=true
+server.ssl.client-auth=need
+server.ssl.key-store-password=${KEY_STORE_PASSWORD}
+
+logging.config=classpath:logback.xml