adding report_ config fields for different host and port settings on IRC for NAT...
[electrum-server.git] / electrum.conf.sample
1 [server]
2 host = localhost
3 #report_host = 
4 stratum_tcp_port = 50001
5 stratum_http_port = 8081
6 #report_stratum_tcp_port = 50001
7 #report_stratum_http_port = 80
8 password = secret
9 banner = Welcome to Electrum!
10 irc = yes
11 cache = no
12
13 [database]
14 type = MySQLdb
15 database = electrum
16 username = electrum
17 password = secret
18 #
19 # [database]
20 # type = psycopg2
21 # database = electrum
22 #
23 # [database]
24 # type = sqlite3
25 # database = electrum.sqlite
26
27 [bitcoind]
28 host = localhost
29 port = 8332
30 # user and password from bitcoin.conf
31 user = user
32 password = password