mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
fix env config
This commit is contained in:
parent
ab0472005e
commit
74a36c6918
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user