File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ PREFIX_CRIT="${C_RED}[CRIT]${C_RESET} [$(date +%d-%m\ %T)]"
1717AWS_DEFAULT_REGION=" ${AWS_DEFAULT_REGION:- us-east-1} "
1818APP_DIR=" ${APP_DIR:-/ home/ ubuntu/ api} "
1919SECRETS_DIR=" ${SECRETS_DIR:-/ home/ ubuntu/ nodebalancer-secrets} "
20- CONFIGS_DIR=" ${CONFIGS_DIR:-/ home/ ubuntu/ .nodebalancer} "
21- NB_CONTRACTS_CONFIG_PATH=" ${CONFIGS_DIR} /contractsConfig.json"
20+ NB_CONTRACTS_CONFIG_PATH=" ${SECRETS_DIR} /contractsConfig.json"
2221PARAMETERS_ENV_PATH=" ${SECRETS_DIR} /app.env"
2322SCRIPT_DIR=" $( realpath $( dirname $0 ) ) "
2423
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ExecStart=/home/ubuntu/api/nodebalancer/nodebalancer server \
1414 --port 8544 \
1515 --healthcheck \
1616 --config /home/ubuntu/.nodebalancer/config.json \
17- --contracts-config /home/ubuntu/. nodebalancer/contractsConfig.json
17+ --contracts-config /home/ubuntu/nodebalancer-secrets /contractsConfig.json
1818SyslogIdentifier =nodebalancer
1919
2020[Install]
You can’t perform that action at this time.
0 commit comments