mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
* Sample config file beautification.
This commit is contained in:
parent
0b26eb4cd7
commit
8e99eb8d81
1 changed files with 11 additions and 9 deletions
|
@ -7,20 +7,22 @@ irc = yes
|
|||
ircname = public Electrum server
|
||||
|
||||
[database]
|
||||
type = sqlite3
|
||||
database = electrum.sqlite
|
||||
|
||||
# type = MySQLdb
|
||||
# database = electrum
|
||||
# username = electrum
|
||||
# password = secret
|
||||
|
||||
type = MySQLdb
|
||||
database = electrum
|
||||
username = electrum
|
||||
password = secret
|
||||
#
|
||||
# [database]
|
||||
# type = psycopg2
|
||||
# database = electrum
|
||||
#
|
||||
# [database]
|
||||
# type = sqlite3
|
||||
# database = electrum.sqlite
|
||||
|
||||
[bitcoind]
|
||||
host = localhost
|
||||
port = 8332
|
||||
# user and password from bitcoin.conf
|
||||
user = user
|
||||
user = user
|
||||
password = password
|
||||
|
|
Loading…
Add table
Reference in a new issue