2023-09-29 12:57:53 +02:00
|
|
|
APP_LOGGING=true
|
2023-09-30 11:26:47 +02:00
|
|
|
APP_HOST=0.0.0.0:80
|
2023-10-01 01:55:58 +02:00
|
|
|
|
2023-10-23 12:54:15 +02:00
|
|
|
# The IP to trust X-Forwarded-For header
|
|
|
|
# To serve to WAN directly, use 127.0.0.1
|
|
|
|
# You can also use domains!
|
|
|
|
PROXY_IP=127.0.0.1
|
|
|
|
|
2023-10-01 06:43:27 +02:00
|
|
|
REDIS_PASS=bfile
|
|
|
|
REDIS_HOST=redis
|
|
|
|
REDIS_PORT=6379
|
|
|
|
REDIS_PREFIX=bfile-
|
|
|
|
|
2023-10-01 13:08:12 +02:00
|
|
|
USERCONTENT_DIR=/opt/user_uploads
|
|
|
|
|
2023-10-07 11:29:11 +02:00
|
|
|
INSTANCE_URL=http://localhost
|
|
|
|
UPLOADS_PATH=file # can be only one alphanumeric word
|