forked from TrueCloudLab/frostfs-node
[#892] node: Add VSCode debug example
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
225fe2d4d5
commit
d5d3d8badb
14 changed files with 517 additions and 0 deletions
17
dev/adm/frostfs-adm.yml
Normal file
17
dev/adm/frostfs-adm.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
rpc-endpoint: http://127.0.0.1:30333
|
||||
alphabet-wallets: ./dev/ir
|
||||
network:
|
||||
max_object_size: 5242880
|
||||
epoch_duration: 60
|
||||
basic_income_rate: 100000000
|
||||
homomorphic_hash_disabled: false
|
||||
maintenance_mode_allowed: true
|
||||
fee:
|
||||
audit: 10000
|
||||
candidate: 10000000000
|
||||
container: 0
|
||||
container_alias: 0
|
||||
withdraw: 100000000
|
||||
credentials:
|
||||
az: "one"
|
||||
contract: "one"
|
Loading…
Add table
Add a link
Reference in a new issue