forked from TrueCloudLab/frostfs-node
[#917] dev: Extend launch.json example
Add storage and dev wallets to control authorized keys list. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
20b4447df7
commit
d7838790c6
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
"FROSTFS_NODE_ADDRESSES":"127.0.0.1:8080",
|
||||
"FROSTFS_GRPC_0_ENDPOINT":"127.0.0.1:8080",
|
||||
"FROSTFS_CONTROL_GRPC_ENDPOINT":"127.0.0.1:8081",
|
||||
"FROSTFS_CONTROL_AUTHORIZED_KEYS":"031a6c6fbbdf02ca351745fa86b9ba5a9452d785ac4f7fc2b7548ca2a46c4fcf4a",
|
||||
"FROSTFS_NODE_ATTRIBUTE_0":"User-Agent:FrostFS/dev",
|
||||
"FROSTFS_NODE_ATTRIBUTE_1":"UN-LOCODE:RU MOW",
|
||||
"FROSTFS_NODE_PERSISTENT_STATE_PATH":"${workspaceFolder}/.cache/.frostfs-node-state",
|
||||
|
|
Loading…
Reference in a new issue