squeaknode/docker/config.ini
Jonathan Zernik 79d7a45e32
Use authentication for web app (#321)
* Require authentication for web app index page

* Got template working for login page

* Got fake login working

* Add logout endpoint

* Remove old comment

* Got login working

* Remove log lines
2020-10-24 23:13:16 -04:00

43 lines
604 B
INI

[squeaknode]
network=testnet
price=1000
max_squeaks_per_address_per_hour=100
database=sqlite
sqk_dir=
enable_sync=true
[lnd]
host=lnd
external_host=
port=9735
rpc_port=10009
tls_cert_path=/root/.lnd/tls.cert
macaroon_path=/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon
[bitcoin]
rpc_host=btcd
rpc_port=18334
rpc_user=devuser
rpc_pass=devpass
[server]
rpc_host=0.0.0.0
rpc_port=8774
[admin]
rpc_host=0.0.0.0
rpc_port=8994
[webadmin]
enabled=true
host=0.0.0.0
port=12994
username=devuser
password=devpass
use_ssl=false
[postgresql]
host=db
database=squeakserver
user=postgres
password=postgres