* Sample config file beautification.
[electrum-server.git] / electrum.conf.sample
1 [server]
2 host = localhost
3 port = 50000
4 password = secret
5 banner = Welcome to Electrum!
6 irc = yes
7 ircname = public Electrum server
8
9 [database]
10 type = MySQLdb
11 database = electrum
12 username = electrum
13 password = secret
14 #
15 # [database]
16 # type = psycopg2
17 # database = electrum
18 #
19 # [database]
20 # type = sqlite3
21 # database = electrum.sqlite
22
23 [bitcoind]
24 host = localhost
25 port = 8332
26 # user and password from bitcoin.conf
27 user = user
28 password = password