Switch from envrc → env format
continuous-integration/drone/push Build is passing Details

Ref coop-cloud/abra#40
This commit is contained in:
3wc 2020-12-30 13:19:34 +02:00
parent c22a933695
commit d933bdf447
2 changed files with 27 additions and 27 deletions

27
.env.sample Normal file
View File

@ -0,0 +1,27 @@
APP=rocketchat
DOMAIN=rocketchat.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.rocketchat.example.com`'
LETS_ENCRYPT_ENV=production
# https://docs.rocket.chat/guides/administrator-guides/settings-via-env-vars
ADMIN_USERNAME=admin
ADMIN_EMAIL=rocketchat@example.com
ENTRYPOINT_CONF_VERSION=v1
# OAuth with Keycloak
#COMPOSE_FILE="compose.yml:compose.oauth.yml"
#Accounts_OAuth_Custom-Keycloak-url="https://id.example.com/auth"
#Accounts_OAuth_Custom-Keycloak-token_path="/realms/realmname/protocol/openid-connect/token"
#Accounts_OAuth_Custom-Keycloak-identity_path="/realms/realmname/protocol/openid-connect/userinfo"
#Accounts_OAuth_Custom-Keycloak-authorize_path="/realms/realmname/protocol/openid-connect/auth"
#Accounts_OAuth_Custom-Keycloak-id="rocketchat"
#OAUTH_KEY_VERSION=v1
# SMTP
#COMPOSE_FILE="compose.yml:compose.mailrelay.yml"
#SMTP_HOST="postfix_relay_app"
#FROM_EMAIL="rocketchat@example.com"

View File

@ -1,27 +0,0 @@
export APP=rocketchat
export DOMAIN=rocketchat.example.com
## Domain aliases
#export EXTRA_DOMAINS=', `www.rocketchat.example.com`'
export LETS_ENCRYPT_ENV=production
# https://docs.rocket.chat/guides/administrator-guides/settings-via-env-vars
export ADMIN_USERNAME=admin
export ADMIN_EMAIL=rocketchat@example.com
export ENTRYPOINT_CONF_VERSION=v1
# 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
# SMTP
#export COMPOSE_FILE="compose.yml:compose.mailrelay.yml"
#export SMTP_HOST="postfix_relay_app"
#export FROM_EMAIL="rocketchat@example.com"