added svcapi ui and camunda code
[it/otf.git] / otf-service-api / src / main / resources / application.properties
diff --git a/otf-service-api/src/main/resources/application.properties b/otf-service-api/src/main/resources/application.properties
new file mode 100644 (file)
index 0000000..0a68a60
--- /dev/null
@@ -0,0 +1,50 @@
+# Tomcat\r
+server.port=8443\r
+server.port.http=8080\r
+security.require-ssl=false\r
+\r
+server.ssl.key-store-type=PKCS12\r
+server.ssl.key-store=${OTF_CERT_PATH}\r
+server.ssl.key-store-password=${OTF_CERT_PASS}\r
+#server.servlet.context-path=/otf/api\r
+#spring.jersey.application-path=/otf\r
+#springfox.documentation.swagger.v2.path=/otf/api/swagger.json\r
+\r
+# MongoDB\r
+otf.mongo.hosts=${OTF_MONGO_HOSTS}\r
+otf.mongo.username=${OTF_MONGO_USERNAME}\r
+otf.mongo.password=${OTF_MONGO_PASSWORD}\r
+otf.mongo.replicaSet=${OTF_MONGO_REPLICASET}\r
+otf.mongo.database=${OTF_MONGO_DATABASE}\r
+\r
+# Jackson\r
+spring.jackson.default-property-inclusion=always\r
+\r
+# Logging\r
+logging.level.org.springframework.web=DEBUG\r
+logging.level.org.hibernate=ERROR\r
+logging.file.max-history=5\r
+logging.file=otf/logs/serviceapi.log\r
+logging.path=otf/logs\r
+\r
+spring.resources.add-mappings=true\r
+\r
+ssl.flag =${https-only.flag:true}\r
+#springfox.documentation.auto-startup=false\r
+#springfox.documentation.swagger.v2.path=/otf/swagger.json\r
+\r
+#config\r
+aaf.enabled=true\r
+aaf.call-timeout=10000\r
+aaf.conn-timeout=6000\r
+aaf.default-realm=localhost\r
+aaf.env=PROD\r
+aaf.locate-url=https://localhost\r
+aaf.lur-class=org.onap.aaf.cadi.aaf.v2_0.AAFLurPerm\r
+aaf.url=https://localhost\r
+basic-realm=localhost\r
+basic-warn=true\r
+cadi-latitude=38.62782\r
+cadi-longitude=-90.19458\r
+cadi-protocols=TLSv1.1,TLSv1.2\r
+cadi-noauthn=/health/v1:/demo/openapi.json
\ No newline at end of file