mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
|
|
# SPDX-FileCopyrightText: 2021 Citadel and contributors.
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# Citadel Core
|
|
NETWORK_IP=<network-ip>
|
|
GATEWAY_IP=<gateway-ip>
|
|
NGINX_IP=<nginx-ip>
|
|
NGINX_PORT=<nginx-port>
|
|
DASHBOARD_IP=<dashboard-ip>
|
|
MANAGER_IP=<manager-ip>
|
|
MIDDLEWARE_IP=<middleware-ip>
|
|
NEUTRINO_SWITCHER_IP=<neutrino-switcher-ip>
|
|
REDIS_IP=<redis-ip>
|
|
BITCOIN_NETWORK=<bitcoin-network>
|
|
BITCOIN_IP=<bitcoin-ip>
|
|
BITCOIN_P2P_PORT=<bitcoin-p2p-port>
|
|
BITCOIN_RPC_PORT=<bitcoin-rpc-port>
|
|
BITCOIN_RPC_USER='<bitcoin-rpc-user>'
|
|
BITCOIN_RPC_PASS='<bitcoin-rpc-pass>'
|
|
BITCOIN_RPC_AUTH='<bitcoin-rpc-auth>'
|
|
BITCOIN_ZMQ_RAWBLOCK_PORT=<bitcoin-zmq-rawblock-port>
|
|
BITCOIN_ZMQ_RAWTX_PORT=<bitcoin-zmq-rawtx-port>
|
|
BITCOIN_ZMQ_HASHBLOCK_PORT=<bitcoin-zmq-hashblock-port>
|
|
LND_IP=<lnd-ip>
|
|
LND_GRPC_PORT=<lnd-grpc-port>
|
|
LND_REST_PORT=<lnd-rest-port>
|
|
ELECTRUM_IP=<electrum-ip>
|
|
ELECTRUM_PORT=<electrum-port>
|
|
TOR_PROXY_IP=<tor-proxy-ip>
|
|
TOR_PROXY_PORT=<tor-proxy-port>
|
|
TOR_PASSWORD='<tor-password>'
|
|
TOR_HASHED_PASSWORD='<tor-hashed-password>'
|
|
APPS_TOR_IP=<apps-tor-ip>
|
|
APPS_2_TOR_IP=<apps-2-tor-ip>
|
|
APPS_3_TOR_IP=<apps-3-tor-ip>
|
|
DOCKER_BINARY=<docker-binary>
|