squeaknode/docker/config.ini
Jonathan Zernik b207469046
Add max squeak per block config (#159)
* Add max squeaks per block per address config

* Add rate limiter class

* Check rate limiter in squeaknode before saving squeak

* Got working itest with rate-limited requests
2020-07-28 01:10:04 -07:00

34 lines
488 B
INI

[DEFAULT]
network=testnet
[lnd]
host=lnd
external_host=75.25.138.252
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
[squeaknode]
price=1000
max_squeaks_per_block_per_address=2
[admin]
rpc_host=0.0.0.0
rpc_port=8994
[postgresql]
host=db
database=squeakserver
user=postgres
password=postgres