* forgot to add a sample config file
This commit is contained in:
9
server/electrum.conf.sample
Normal file
9
server/electrum.conf.sample
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[server]
|
||||||
|
host = 127.0.0.1
|
||||||
|
port = 50000
|
||||||
|
password = secret
|
||||||
|
banner = Welcome to Electrum!
|
||||||
|
|
||||||
|
[database]
|
||||||
|
type = sqlite3
|
||||||
|
database = electrum.sqlite
|
||||||
Reference in New Issue
Block a user