mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
19 lines
307 B
Text
19 lines
307 B
Text
[server]
|
|
host = localhost
|
|
port = 50000
|
|
password = secret
|
|
banner = Welcome to Electrum!
|
|
irc = yes
|
|
ircname = public Electrum server
|
|
|
|
[database]
|
|
type = sqlite3
|
|
database = electrum.sqlite
|
|
|
|
# type = MySQLdb
|
|
# database = electrum
|
|
# username = electrum
|
|
# password = secret
|
|
|
|
# type = psycopg2
|
|
# database = electrum
|