Adjust path to wallets in neofs-adm config when preparing configuration.
This commit is contained in:
parent
7f6cd8e3b0
commit
276dc523e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -84,7 +84,7 @@ setup-for-sbercloud:
|
|||
cp -r $(CONFIG_DIR)/alphabet-wallets $(SETUP_DIR)
|
||||
cp -r $(CONFIG_DIR)/wallets $(SETUP_DIR)
|
||||
# Copy neofs-adm config to setup directory (and adjust path to wallets)
|
||||
cat $(CONFIG_DIR)/config.yaml | sed "s|alphabet-wallets:.*|alphabet-wallets: /.setup/alphabet-wallets|" > $(SETUP_DIR)/config.yaml
|
||||
cat $(CONFIG_DIR)/config.yaml | sed "s|alphabet-wallets:.*|alphabet-wallets: $(SETUP_DIR)/alphabet-wallets|" > $(SETUP_DIR)/config.yaml
|
||||
# Generate .env file (NEO_MAINNET_ENDPOINT might be incorrect, but we don't use it)
|
||||
echo NEO_MAINNET_ENDPOINT=http://$(NODE1):40333 > $(CURDIR)/.env
|
||||
echo MORPH_ENDPOINT=http://$(NODE1):40332 >> $(CURDIR)/.env
|
||||
|
|
Loading…
Reference in a new issue