mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
Update .env
This commit is contained in:
parent
3a5d5a08f5
commit
59f390628d
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ LANGUAGE=en_US.UTF-8
|
||||||
REPLACE_OS_VARS=true
|
REPLACE_OS_VARS=true
|
||||||
LIVEVIEW_ENABLED=true
|
LIVEVIEW_ENABLED=true
|
||||||
POSTGRES_USER=postgres
|
POSTGRES_USER=postgres
|
||||||
POSTGRES_DB=bonfire_db
|
POSTGRES_DB=__APP__
|
||||||
ACME_AGREE=true
|
ACME_AGREE=true
|
||||||
SHOW_DEBUG_IN_DEV=true
|
SHOW_DEBUG_IN_DEV=true
|
||||||
# PLUG_SERVER=bandit
|
# PLUG_SERVER=bandit
|
||||||
|
@ -43,10 +43,10 @@ SIGNING_SALT=__SIGNING_SALT__
|
||||||
ENCRYPTION_SALT=__ENCRYPTION_SALT__
|
ENCRYPTION_SALT=__ENCRYPTION_SALT__
|
||||||
|
|
||||||
# database access
|
# database access
|
||||||
POSTGRES_PASSWORD=put_a_secure_db_pw_here
|
POSTGRES_PASSWORD=__DB_PWD__
|
||||||
|
|
||||||
# password for the search index
|
# password for the search index
|
||||||
MEILI_MASTER_KEY=put-a-key-to-protect-the-search-index-here
|
MEILI_MASTER_KEY=__MEILI_MASTER_KEY__
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
# email deliverym if you use mailgun.com, edit with your domain and API key
|
# email deliverym if you use mailgun.com, edit with your domain and API key
|
||||||
|
|
Loading…
Add table
Reference in a new issue