Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 5 additions & 0 deletions port.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Loading