updating helm/docker files and database config files
[it/otf.git] / otf-camunda / src / main / resources / application.yaml
index bf92302..617b9e3 100644 (file)
@@ -25,7 +25,7 @@ otf:
       username: ${OTF_CAMUNDA_DB_USERNAME}\r
       password: ${OTF_CAMUNDA_DB_PASSWORD}\r
   cadi:\r
-    enabled: true\r
+    enabled: false\r
     aaf-mech-id: ${AAF_ID}\r
     aaf-mech-password: ${AAF_MECH_PASSWORD}\r
     aaf-perm-type: ${AAF_PERM_TYPE}\r
@@ -51,10 +51,10 @@ otf:
     password: ${OTF_MONGO_PASSWORD}\r
     replica-set: ${OTF_MONGO_REPLICASET}\r
     database: ${OTF_MONGO_DATABASE}\r
-  ssl:\r
-    key-store-type: 'PKCS12'\r
-    keystore-path: ${OTF_CERT_PATH}\r
-    keystore-password: ${OTF_CERT_PASS}\r
+  ssl:\r
+    key-store-type: 'PKCS12'\r
+    keystore-path: ${OTF_CERT_PATH}\r
+    keystore-password: ${OTF_CERT_PASS}\r
 \r
 #https://stackoverflow.com/questions/50387638/spring-boot-jersey-type-filter-bad-request-400-for-service-consumes-multipar/50423639#50423639\r
 spring.jersey.filter.order: -100000\r
@@ -64,11 +64,11 @@ server:
   port.http: 8000\r
   tomcat.max-threads: 800\r
 #  ssl:\r
-    key-store-type: 'PKCS12'\r
-    key-store: ${OTF_CERT_PATH}\r
-    key-store-password: ${OTF_CERT_PASS}\r
+    key-store-type: 'PKCS12'\r
+    key-store: ${OTF_CERT_PATH}\r
+    key-store-password: ${OTF_CERT_PASS}\r
 security:\r
-  https-only: true\r
+  https-only: false\r
   require-ssl: false\r
   server.port: 8443\r
   server.port.http: 8080\r