run.sh add RUSTFS_OBS_CONFIG = "./config/obs.example.toml"

This commit is contained in:
houseme
2025-04-02 17:18:03 +08:00
parent b2194758dc
commit 0b552b1697
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ backon = "1.3.0"
bytes = "1.9.0"
bytesize = "1.3.0"
chrono = { version = "0.4.40", features = ["serde"] }
clap = { version = "4.5.31", features = ["derive", "env"] }
clap = { version = "4.5.35", features = ["derive", "env"] }
config = "0.15.9"
datafusion = "46.0.0"
derive_builder = "0.20.2"
+1 -1
View File
@@ -98,7 +98,7 @@ futures-util.workspace = true
# uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
ecstore = { path = "../ecstore" }
s3s.workspace = true
clap = { version = "4.5.31", features = ["derive", "env"] }
clap = { workspace = true }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
hyper-util = { version = "0.1.10", features = [
"tokio",
+3
View File
@@ -26,6 +26,9 @@ export RUSTFS_CONSOLE_ENABLE=true
export RUSTFS_CONSOLE_ADDRESS="0.0.0.0:9002"
# export RUSTFS_SERVER_DOMAINS="localhost:9000"
# 具体路径修改为配置文件真实路径,obs.example.toml 仅供参考
export RUSTFS_OBS_CONFIG="./config/obs.example.toml"
if [ -n "$1" ]; then
export RUSTFS_VOLUMES="$1"
fi