X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-service-api%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=8dd0ba847ccf4463364ba09d909ad5f2190d93f9;hb=8ef0d4aed95ebd3b992d48fe89f0ce80b6a0b0c6;hp=0a68a6024e7d51b0fca3445131a52ac047d91f16;hpb=f035d8413fbe22f0a2157e11946e794c99fe5159;p=it%2Fotf.git diff --git a/otf-service-api/src/main/resources/application.properties b/otf-service-api/src/main/resources/application.properties index 0a68a60..8dd0ba8 100644 --- a/otf-service-api/src/main/resources/application.properties +++ b/otf-service-api/src/main/resources/application.properties @@ -2,10 +2,11 @@ server.port=8443 server.port.http=8080 security.require-ssl=false +ssl.enabled=${https-only.flag:false} -server.ssl.key-store-type=PKCS12 -server.ssl.key-store=${OTF_CERT_PATH} -server.ssl.key-store-password=${OTF_CERT_PASS} +#server.ssl.key-store-type=PKCS12 +#server.ssl.key-store=${OTF_CERT_PATH} +#server.ssl.key-store-password=${OTF_CERT_PASS} #server.servlet.context-path=/otf/api #spring.jersey.application-path=/otf #springfox.documentation.swagger.v2.path=/otf/api/swagger.json @@ -29,12 +30,12 @@ logging.path=otf/logs spring.resources.add-mappings=true -ssl.flag =${https-only.flag:true} +ssl.flag =${https-only.flag:false} #springfox.documentation.auto-startup=false #springfox.documentation.swagger.v2.path=/otf/swagger.json #config -aaf.enabled=true +aaf.enabled=false aaf.call-timeout=10000 aaf.conn-timeout=6000 aaf.default-realm=localhost