mirror of
https://github.com/logos-co/nomos-node.git
synced 2026-08-31 19:41:18 +00:00
13 lines
320 B
Bash
Executable File
13 lines
320 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
export CFG_FILE_PATH="/config.yaml" \
|
|
CFG_SERVER_ADDR="http://cfgsync:4400" \
|
|
CFG_HOST_IDENTIFIER="validator-$CFG_NETWORK_PORT" \
|
|
LOG_LEVEL="INFO" \
|
|
POL_PROOF_DEV_MODE=true
|
|
|
|
/usr/bin/logos-blockchain-cfgsync-client && \
|
|
exec /usr/bin/logos-blockchain-node /config.yaml
|