1
0
Fork 0
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:
lapineige 2024-01-21 15:18:43 +01:00 committed by GitHub
parent 4807d03033
commit fabbaff4cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ INVITE_ONLY=true
# uncomment in order to NOT automatically change the database schema when you upgrade the app # uncomment in order to NOT automatically change the database schema when you upgrade the app
# DISABLE_DB_AUTOMIGRATION=true # DISABLE_DB_AUTOMIGRATION=true
# max file upload size (default is 20 meg) # 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: # You should not have to edit any of the following ones:
POSTGRES_HOST=localhost POSTGRES_HOST=localhost