mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update .env
This commit is contained in:
parent
9266ec3f40
commit
1203a597ec
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ APP_DIR=__PATH__/
|
||||||
|
|
||||||
# enable or disable debug bar. By default it is disabled.
|
# enable or disable debug bar. By default it is disabled.
|
||||||
# Do note that this disable CSP!!
|
# Do note that this disable CSP!!
|
||||||
DEBUGBAR_ENABLED=true
|
DEBUGBAR_ENABLED=false
|
||||||
|
|
||||||
# enable or disable the v5 layout.
|
# enable or disable the v5 layout.
|
||||||
LIVEWIRE_ENABLED=true
|
LIVEWIRE_ENABLED=true
|
||||||
|
|
||||||
# enable or disable log viewer. By default it is enabled.
|
# enable or disable log viewer. By default it is enabled.
|
||||||
LOG_VIEWER_ENABLED=true
|
LOG_VIEWER_ENABLED=false
|
||||||
|
|
||||||
# enable s3 bucket (required in addition to needing AWS_ACCESS_KEY_ID)
|
# enable s3 bucket (required in addition to needing AWS_ACCESS_KEY_ID)
|
||||||
# S3_ENABLED=true
|
# S3_ENABLED=true
|
||||||
|
|
Loading…
Reference in a new issue