Add Database config variables to .env.example (#357)
This commit is contained in:
parent
1abaee04d8
commit
1005b9e227
1 changed files with 7 additions and 0 deletions
|
@ -29,3 +29,10 @@ CHARGEBEE_API_KEY=
|
|||
CHARGEBEE_SITE=
|
||||
CHARGEBEE_WEBHOOK_USERNAME=
|
||||
CHARGEBEE_WEBHOOK_PASSWORD=
|
||||
|
||||
#Database config variables
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_DATABASE=chatwoot_dev
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=
|
||||
RAILS_MAX_THREADS=5
|
||||
|
|
Loading…
Reference in a new issue