Luke Childs
2 years ago
6 changed files with 17 additions and 7 deletions
@ -1,4 +1,7 @@ |
|||
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" |
|||
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 "")" |
Loading…
Reference in new issue