fix env config

This commit is contained in:
Simon Larsen 2023-07-17 13:30:20 +01:00
parent ab0472005e
commit 74a36c6918
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -15,19 +15,17 @@ export DOMAIN=localhost
# Is this server hosted with a TLS cert. If yes, this should be "https"
export HTTP_PROTOCOL=https
# What image should we pull from docker hub. This only applies when the ENVIRONMENT is production or test
export APP_TAG=release
# --------------------------------------------- #
# You can safely ignore anything below this line. Keep them as default to make things work.
# --------------------------------------------- #
# This supports test | production | development | ci.
# Development is used for local development. Test is used for insider / beta / staging builds. Production is used for production ready app. ci is for testing in the CI/CD.
export ENVIRONMENT=production
# IS BILLING ENABLED for this installer.
export BILLING_ENABLED=false
# Public and private key for billing provider, usually stripe.
export BILLING_PUBLIC_KEY=
export BILLING_PRIVATE_KEY=
# What image should we pull from docker hub. This only applies when the ENVIRONMENT is production or test
export APP_TAG=release
# Clickhouse Settings
export CLICKHOUSE_USER=default
@ -172,3 +170,9 @@ export TWILIO_AUTH_TOKEN=
export TWILIO_PHONE_NUMBER=
export SMS_DEFAULT_COST_IN_CENTS=
export CALL_DEFAULT_COST_IN_CENTS_PER_MINUTE=
# IS BILLING ENABLED for this installer.
export BILLING_ENABLED=false
# Public and private key for billing provider, usually stripe.
export BILLING_PUBLIC_KEY=
export BILLING_PRIVATE_KEY=