2024-05-23 13:49:51 +02:00
|
|
|
# Database settings
|
2024-04-30 12:36:20 +00:00
|
|
|
MYSQL_PASSWORD=
|
|
|
|
MYSQL_DATABASE=
|
2024-05-23 13:49:51 +02:00
|
|
|
MYSQL_USER=
|
|
|
|
|
|
|
|
# reverse proxy settings
|
|
|
|
# if you're not a reverse proxy, you must uncomment the following lines
|
|
|
|
TRUSTED_PROXIES=172.16.0.0/12
|
|
|
|
OVERWRITEHOST=cloud.example.com
|
|
|
|
OVERWRITEPROTOCOL=https
|
|
|
|
OVERWRITEWEBROOT=/
|
|
|
|
|
|
|
|
# PHP settings
|
|
|
|
PHP_UPLOAD_LIMIT=1G
|