summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/application.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 15518c8..735e09c 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,5 +1,5 @@
spring.mvc.hiddenmethod.filter.enabled=true
-keycloak.auth-server-url=http://${KC_HOST}:${KC_PORT}/
+keycloak.auth-server-url=https://${KC_HOST}:${KC_PORT}/
keycloak.realm=${KC_REALM}
keycloak.resource=${KC_RESOURCE}
keycloak.public-client=true
@@ -14,4 +14,5 @@ db-scheduler.enabled=true
lysergic.docker.endpoint=${CONTAINER_API}
logging.group.lysergic=net.libertacasa.pubsh.web
logging.level.lysergic=${LOGLEVEL:INFO}
-#debug=true \ No newline at end of file
+#debug=true
+keycloak.disable-trust-manager=true \ No newline at end of file