mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 01:09:23 +00:00
test debug
This commit is contained in:
Vendored
+3
-3
@@ -21,14 +21,14 @@
|
|||||||
},
|
},
|
||||||
"args": [
|
"args": [
|
||||||
"--access-key",
|
"--access-key",
|
||||||
"rustfs",
|
"AKEXAMPLERUSTFS",
|
||||||
"--secret-key",
|
"--secret-key",
|
||||||
"rustfs",
|
"SKEXAMPLERUSTFS",
|
||||||
"--address",
|
"--address",
|
||||||
"0.0.0.0:9010",
|
"0.0.0.0:9010",
|
||||||
"--domain-name",
|
"--domain-name",
|
||||||
"127.0.0.1:9010",
|
"127.0.0.1:9010",
|
||||||
"/tmp/rustfs/test{0...4}"
|
"./target/volume/test{0...4}"
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user