Files
pallectrum/server/electrum.conf.sample

30 lines
453 B
Plaintext
Raw Normal View History

2011-11-23 11:33:50 +02:00
[server]
2011-11-23 18:19:01 +02:00
host = localhost
2011-11-23 11:33:50 +02:00
port = 50000
password = secret
banner = Welcome to Electrum!
irc = yes
ircname = public Electrum server
cache = no
2011-11-23 11:33:50 +02:00
[database]
2011-12-28 00:05:16 +02:00
type = MySQLdb
database = electrum
username = electrum
password = secret
#
# [database]
2011-11-23 18:19:01 +02:00
# type = psycopg2
# database = electrum
2011-12-28 00:05:16 +02:00
#
# [database]
# type = sqlite3
# database = electrum.sqlite
2011-12-23 13:20:18 +03:00
[bitcoind]
host = localhost
port = 8332
# user and password from bitcoin.conf
2011-12-28 00:05:16 +02:00
user = user
2011-12-23 13:20:18 +03:00
password = password