mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 12:26:37 +00:00
Delete deploy/config/rustfs-zh.env (#755)
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
# RustFS admin username
|
|
||||||
RUSTFS_ROOT_USER=rustfsadmin
|
|
||||||
# RustFS admin password
|
|
||||||
RUSTFS_ROOT_PASSWORD=rustfsadmin
|
|
||||||
|
|
||||||
# Data volume configuration example path: deploy/data/rustfs.env
|
|
||||||
# RustFS data volume storage path, supports multi-volume configuration, vol1 to vol4
|
|
||||||
RUSTFS_VOLUMES="./deploy/deploy/vol{1...4}"
|
|
||||||
# RustFS service startup parameters, specify listening address and port
|
|
||||||
RUSTFS_OPTS="--address :9000"
|
|
||||||
# RustFS service listening address and port
|
|
||||||
RUSTFS_ADDRESS=":9000"
|
|
||||||
# Whether to enable RustFS console functionality
|
|
||||||
RUSTFS_CONSOLE_ENABLE=true
|
|
||||||
# RustFS service domain configuration
|
|
||||||
RUSTFS_SERVER_DOMAINS=127.0.0.1:9000
|
|
||||||
# RustFS license content
|
|
||||||
RUSTFS_LICENSE="license content"
|
|
||||||
# Observability configuration Endpoint: http://localhost:4317
|
|
||||||
RUSTFS_OBS_ENDPOINT=http://localhost:4317
|
|
||||||
# TLS certificate directory path: deploy/certs
|
|
||||||
RUSTFS_TLS_PATH=/etc/default/tls
|
|
||||||
Reference in New Issue
Block a user