mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-02 05:24:35 +08:00
* fix(config): restore default credential startup * fix: align e2e credentials with server env * fix(config): restore default credential consistency --------- Co-authored-by: houseme <housemecn@gmail.com>
12 lines
369 B
Bash
12 lines
369 B
Bash
RUSTFS_ACCESS_KEY=rustfsadmin
|
|
RUSTFS_SECRET_KEY=rustfsadmin
|
|
|
|
RUSTFS_VOLUMES="http://node{1...4}:7000/data/rustfs{0...3} http://node{5...8}:7000/data/rustfs{0...3}"
|
|
RUSTFS_ADDRESS=":7000"
|
|
RUSTFS_CONSOLE_ENABLE=true
|
|
RUST_LOG=warn
|
|
RUSTFS_OBS_LOG_DIRECTORY="./deploy/logs"
|
|
RUSTFS_NS_SCANNER_INTERVAL=60
|
|
#RUSTFS_SKIP_BACKGROUND_TASK=true
|
|
RUSTFS_COMPRESSION_ENABLED=true
|