mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-24 15:09:30 -05:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
## SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
##
|
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
## Main
|
|
COIN=Bitcoin
|
|
DB_DIRECTORY=/home/user/.electrumx
|
|
SERVICES=tcp://:50001,rpc://127.0.0.1:8000
|
|
PEER_DISCOVERY=self
|
|
BANNER_FILE=banner.txt
|
|
# vim: ft=config
|