mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +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,16 +7,18 @@ irc = yes
|
||||||
ircname = public Electrum server
|
ircname = public Electrum server
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
type = sqlite3
|
type = MySQLdb
|
||||||
database = electrum.sqlite
|
database = electrum
|
||||||
|
username = electrum
|
||||||
# type = MySQLdb
|
password = secret
|
||||||
# database = electrum
|
#
|
||||||
# username = electrum
|
# [database]
|
||||||
# password = secret
|
|
||||||
|
|
||||||
# type = psycopg2
|
# type = psycopg2
|
||||||
# database = electrum
|
# database = electrum
|
||||||
|
#
|
||||||
|
# [database]
|
||||||
|
# type = sqlite3
|
||||||
|
# database = electrum.sqlite
|
||||||
|
|
||||||
[bitcoind]
|
[bitcoind]
|
||||||
host = localhost
|
host = localhost
|
||||||
|
|
Loading…
Add table
Reference in a new issue