|
|
@ -247,6 +247,9 @@ APP_TAILSCALE_PORT="2100" |
|
|
|
APP_URBIT_BITCOIN_CONNECTOR_IP="10.21.21.81" |
|
|
|
APP_URBIT_BITCOIN_CONNECTOR_PORT="9090" |
|
|
|
APP_URBIT_BITCOIN_CONNECTOR_SERVER_PORT="55555" |
|
|
|
APP_SNOWFLAKE_IP="10.21.21.82" |
|
|
|
APP_SNOWFLAKE_PORT="3800" |
|
|
|
APP_SNOWFLAKE_PROXY_IP="10.21.21.83" |
|
|
|
|
|
|
|
# Generate RPC credentials |
|
|
|
if [[ -z ${BITCOIN_RPC_USER+x} ]] || [[ -z ${BITCOIN_RPC_PASS+x} ]] || [[ -z ${BITCOIN_RPC_AUTH+x} ]]; then |
|
|
@ -494,6 +497,9 @@ for template in "${NGINX_CONF_FILE}" "${BITCOIN_CONF_FILE}" "${LND_CONF_FILE}" " |
|
|
|
sed -i "s/<app-urbit-bitcoin-connector-ip>/${APP_URBIT_BITCOIN_CONNECTOR_IP}/g" "${template}" |
|
|
|
sed -i "s/<app-urbit-bitcoin-connector-port>/${APP_URBIT_BITCOIN_CONNECTOR_PORT}/g" "${template}" |
|
|
|
sed -i "s/<app-urbit-bitcoin-connector-server-port>/${APP_URBIT_BITCOIN_CONNECTOR_SERVER_PORT}/g" "${template}" |
|
|
|
sed -i "s/<app-snowflake-ip>/${APP_SNOWFLAKE_IP}/g" "${template}" |
|
|
|
sed -i "s/<app-snowflake-port>/${APP_SNOWFLAKE_PORT}/g" "${template}" |
|
|
|
sed -i "s/<app-snowflake-proxy-ip>/${APP_SNOWFLAKE_PROXY_IP}/g" "${template}" |
|
|
|
done |
|
|
|
|
|
|
|
########################################################## |
|
|
|