This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
rocketchat/.envrc.sample

20 lines
838 B
Plaintext

export SERVICE=rocketchat
export DOMAIN=rocketchat.example.com
export STACK_NAME=rocketchat
export LETS_ENCRYPT_ENV=production
# Keycloak settings
# https://docs.rocket.chat/guides/administrator-guides/settings-via-env-vars
export ADMIN_USERNAME=admin
export ADMIN_EMAIL=rocketchat@example.com
# OAuth with Keycloak
#export COMPOSE_FILE="compose.yml:compose.oauth.yml"
#export Accounts_OAuth_Custom-Keycloak-url="https://id.example.com/auth"
#export Accounts_OAuth_Custom-Keycloak-token_path="/realms/realmname/protocol/openid-connect/token"
#export Accounts_OAuth_Custom-Keycloak-identity_path="/realms/realmname/protocol/openid-connect/userinfo"
#export Accounts_OAuth_Custom-Keycloak-authorize_path="/realms/realmname/protocol/openid-connect/auth"
#export Accounts_OAuth_Custom-Keycloak-id="rocketchat"
#export OAUTH_KEY_VERSION=v1