mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +00:00
test debug
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -21,14 +21,14 @@
|
||||
},
|
||||
"args": [
|
||||
"--access-key",
|
||||
"rustfs",
|
||||
"AKEXAMPLERUSTFS",
|
||||
"--secret-key",
|
||||
"rustfs",
|
||||
"SKEXAMPLERUSTFS",
|
||||
"--address",
|
||||
"0.0.0.0:9010",
|
||||
"--domain-name",
|
||||
"127.0.0.1:9010",
|
||||
"/tmp/rustfs/test{0...4}"
|
||||
"./target/volume/test{0...4}"
|
||||
],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user