diff --git a/base.cfg b/base.cfg index 6f09349..18312d3 100755 --- a/base.cfg +++ b/base.cfg @@ -97,6 +97,11 @@ environment-vars = PYTHON_UNO ${port:python-uno} PUBLIC_URL ${port:public-url} decorate_acl_methods true + SSO_APPS_URL ${port:sso-apps-url} + SSO_APPS_CLIENT_ID ${port:sso-apps-client-id} + SSO_APPS_CLIENT_SECRET ${port:sso-apps-client-secret} + SSO_APPS_USER_USERNAME ${port:sso-apps-user-username} + SSO_APPS_USER_PASSWORD ${port:sso-apps-user-password} eggs = ${buildout:eggs} @@ -171,3 +176,8 @@ zopesvn = svn://svn.zope.org/repos/main/ #zeo-client-cache-size = 300MB oo-port = 2002 python-uno = /usr/bin/python3 +sso-apps-url = https://keycloak-apps.cloud.imio-test.be +sso-apps-client-id = imio-apps-docs +sso-apps-client-secret = +sso-apps-user-username = imio-docs_imio-ic-staging +sso-apps-user-password = diff --git a/port.cfg b/port.cfg index 9a6ec02..27966cc 100644 --- a/port.cfg +++ b/port.cfg @@ -26,3 +26,8 @@ zodb-cache-size = 30000 zeo-client-cache-size = 300MB public-url = http://localhost:8081/Plone zserver-threads = 2 +sso-apps-url = https://keycloak-apps.cloud.imio-test.be +sso-apps-client-id = imio-apps-docs +sso-apps-client-secret = +sso-apps-user-username = imio-docs_imio-ic-staging +sso-apps-user-password =