X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-camunda%2Fsrc%2Fmain%2Fresources%2Fapplication.yaml;h=2147bb1de35b67e2f88f7e1ab87e150adc7b5a5c;hb=refs%2Fheads%2Fazure;hp=bf923020fe81d332e12abbe6cbbc0e8e7adf0446;hpb=596b1d89c5f63170ed40abb6f7b9395178c5e44e;p=it%2Fotf.git diff --git a/otf-camunda/src/main/resources/application.yaml b/otf-camunda/src/main/resources/application.yaml index bf92302..2147bb1 100644 --- a/otf-camunda/src/main/resources/application.yaml +++ b/otf-camunda/src/main/resources/application.yaml @@ -25,7 +25,7 @@ otf: username: ${OTF_CAMUNDA_DB_USERNAME} password: ${OTF_CAMUNDA_DB_PASSWORD} cadi: - enabled: true + enabled: false aaf-mech-id: ${AAF_ID} aaf-mech-password: ${AAF_MECH_PASSWORD} aaf-perm-type: ${AAF_PERM_TYPE} @@ -64,11 +64,11 @@ server: port.http: 8000 tomcat.max-threads: 800 # ssl: - key-store-type: 'PKCS12' - key-store: ${OTF_CERT_PATH} - key-store-password: ${OTF_CERT_PASS} + #key-store-type: 'PKCS12' + #key-store: ${OTF_CERT_PATH} + #key-store-password: ${OTF_CERT_PASS} security: - https-only: true + https-only: false require-ssl: false server.port: 8443 server.port.http: 8080