mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 08:27:06 +00:00
run.sh add RUSTFS_OBS_CONFIG = "./config/obs.example.toml"
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ backon = "1.3.0"
|
|||||||
bytes = "1.9.0"
|
bytes = "1.9.0"
|
||||||
bytesize = "1.3.0"
|
bytesize = "1.3.0"
|
||||||
chrono = { version = "0.4.40", features = ["serde"] }
|
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"
|
config = "0.15.9"
|
||||||
datafusion = "46.0.0"
|
datafusion = "46.0.0"
|
||||||
derive_builder = "0.20.2"
|
derive_builder = "0.20.2"
|
||||||
|
|||||||
+1
-1
@@ -98,7 +98,7 @@ futures-util.workspace = true
|
|||||||
# uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
|
# uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
|
||||||
ecstore = { path = "../ecstore" }
|
ecstore = { path = "../ecstore" }
|
||||||
s3s.workspace = true
|
s3s.workspace = true
|
||||||
clap = { version = "4.5.31", features = ["derive", "env"] }
|
clap = { workspace = true }
|
||||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
|
||||||
hyper-util = { version = "0.1.10", features = [
|
hyper-util = { version = "0.1.10", features = [
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ export RUSTFS_CONSOLE_ENABLE=true
|
|||||||
export RUSTFS_CONSOLE_ADDRESS="0.0.0.0:9002"
|
export RUSTFS_CONSOLE_ADDRESS="0.0.0.0:9002"
|
||||||
# export RUSTFS_SERVER_DOMAINS="localhost:9000"
|
# export RUSTFS_SERVER_DOMAINS="localhost:9000"
|
||||||
|
|
||||||
|
# 具体路径修改为配置文件真实路径,obs.example.toml 仅供参考
|
||||||
|
export RUSTFS_OBS_CONFIG="./config/obs.example.toml"
|
||||||
|
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
export RUSTFS_VOLUMES="$1"
|
export RUSTFS_VOLUMES="$1"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user