mirror of
https://github.com/ferdzo/fs.git
synced 2026-04-05 08:56:26 +00:00
20 lines
481 B
Plaintext
20 lines
481 B
Plaintext
LOG_LEVEL=debug
|
|
LOG_FORMAT=text
|
|
DATA_PATH=data/
|
|
PORT=2600
|
|
AUDIT_LOG=true
|
|
ADDRESS=0.0.0.0
|
|
GC_INTERVAL=10
|
|
GC_ENABLED=true
|
|
MULTIPART_RETENTION_HOURS=24
|
|
AUTH_ENABLED=false
|
|
AUTH_REGION=us-east-1
|
|
AUTH_SKEW_SECONDS=300
|
|
AUTH_MAX_PRESIGN_SECONDS=86400
|
|
# When AUTH_ENABLED=true you MUST set AUTH_MASTER_KEY to a strong random value, e.g.:
|
|
# openssl rand -base64 32
|
|
AUTH_MASTER_KEY=REPLACE_WITH_SECURE_RANDOM_KEY
|
|
AUTH_BOOTSTRAP_ACCESS_KEY=
|
|
AUTH_BOOTSTRAP_SECRET_KEY=
|
|
AUTH_BOOTSTRAP_POLICY=
|