mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
7 lines
314 B
Bash
7 lines
314 B
Bash
export APP_MEMPOOL_IP="10.21.21.26"
|
|
export APP_MEMPOOL_PORT="3006"
|
|
export APP_MEMPOOL_API_IP="10.21.21.27"
|
|
export APP_MEMPOOL_DB_IP="10.21.21.28"
|
|
|
|
hidden_service_file="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}/hostname"
|
|
export APP_MEMPOOL_HIDDEN_SERVICE="$(cat "${hidden_service_file}" 2>/dev/null || echo "")" |