bfile/filed/.env.example

18 lines
359 B
Plaintext
Raw Normal View History

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-
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