mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
default to localhost
This commit is contained in:
parent
d608b81839
commit
f5f919d802
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ config = ConfigParser.ConfigParser()
|
|||
# set some defaults, which will be overwritten by the config file
|
||||
config.add_section('server')
|
||||
config.set('server','banner', 'Welcome to Electrum!')
|
||||
config.set('server', 'host', 'ecdsa.org')
|
||||
config.set('server', 'host', 'localhost')
|
||||
config.set('server', 'port', 50000)
|
||||
config.set('server', 'password', '')
|
||||
config.set('server', 'irc', 'yes')
|
||||
|
|
Loading…
Add table
Reference in a new issue