mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge pull request #7984 from Pratikdate/patch-1
Update .env.external.example
This commit is contained in:
commit
5f264e4a16
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ SECRET_KEY_BASE= #replace_with_secret_key_base
|
|||
|
||||
# DATABASE CONFIG
|
||||
ORM_LOGGING=all
|
||||
PG_DB= # Databse name
|
||||
PG_DB= # Database name
|
||||
PG_USER= # Postgres database username
|
||||
PG_HOST= # Postgres database host
|
||||
PG_PASS= # Postgres database password
|
||||
|
|
|
|||
Loading…
Reference in a new issue