mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
fix syntax
This commit is contained in:
parent
4807d03033
commit
fabbaff4cc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ INVITE_ONLY=true
|
|||
# uncomment in order to NOT automatically change the database schema when you upgrade the app
|
||||
# DISABLE_DB_AUTOMIGRATION=true
|
||||
# max file upload size (default is 20 meg)
|
||||
UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE
|
||||
UPLOAD_LIMIT=__MEDIA_UPLOAD_SIZE__
|
||||
# ====================================
|
||||
# You should not have to edit any of the following ones:
|
||||
POSTGRES_HOST=localhost
|
||||
|
|
Loading…
Add table
Reference in a new issue