mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-19 18:21:18 +00:00

This commit removes the ENABLE_CLEARNET option from the .env.example file and the docker-compose.tor.yml file. The application will now only use the default port 3334.
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
RELAY_NAME="utxo WoT relay"
|
|
RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb"
|
|
RELAY_DESCRIPTION="Only notes in utxo WoT"
|
|
RELAY_URL="wss://wot.utxo.one"
|
|
DB_PATH="db"
|
|
INDEX_PATH="templates/index.html"
|
|
STATIC_PATH="templates/static"
|