.
This commit is contained in:
parent
7c8ed123aa
commit
ae52b2b4e5
@ -10,19 +10,7 @@ BAL_PUSHER_ZMQ_LISTENER=tcp://127.0.0.1:28332
|
||||
|
||||
BAL_PUSHER_SEND_STATS=true
|
||||
WELIST_SERVER_URL=http://welist.bitcoin-after.life
|
||||
#
|
||||
#The service for registering times requires signing the time with the key associated with the SSL certificate in use by Willexecutor. Once the first time is registered, it will be possible to update the
|
||||
#certificate for your domain (for example using Certbot) and continue to use the old key to sign the times.
|
||||
#
|
||||
# EXAMPLE
|
||||
# $ cp /etc/letsencrypt/live/we.bitcoin-after.life/privkey.pem /home/bal/privkey.pem
|
||||
# $ sudo chown bal:bal /home/bal/privkey.pem
|
||||
# $ sudo chmod 400 /home/bal/privkey.pem
|
||||
# $ ls -l /home/bal/privkey.pem
|
||||
# -r-------- 1 bal bal 241 31 oct 12.00 privkey.pem
|
||||
#
|
||||
#
|
||||
SSL_KEY_PATH=/home/bal/privkey.pem
|
||||
|
||||
#your server domain. do not add https or final / only domain.
|
||||
BAL_SERVER_URL="we.bitcoin-after.life"
|
||||
BAL_SERVER_URL="https://we.bitcoin-after.life"
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
RUST_LOG=trace
|
||||
BAL_SERVER_DB_FILE=/home/bal/bal.db
|
||||
RUST_LOG=info
|
||||
BAL_SERVER_DB_FILE="/home/bal/bal.db"
|
||||
BAL_SERVER_INFO="BAL server test willexecutor"
|
||||
BAL_SERVER_BIND_ADDRESS=127.0.0.1
|
||||
BAL_SERVER_BIND_PORT=9133
|
||||
BAL_SERVER_BITCOIN_ADDRESS="your bitcoin to recive payments here"
|
||||
BAL_SERVER_BITCOIN_ADDRESS="your bitcoin or xpub to recive payments here"
|
||||
BAL_SERVER_BITCOIN_FIXED_FEE=50000
|
||||
BAL_SERVER_PUB_KEY_PATH="/home/bal/public_key.pem"
|
||||
|
||||
BAL_SERVER_REGTEST_ADDRESS="vpub5UhLrYG1qQjnJhvJgBdqgpznyH11mxW9hwBYxf3KhfdjiupCFPUVDvgwpeZ9Wj5YUJXjKjXjy7DSbJNBW1sXbKwARiaphm1UjHYy3mKvTG4"
|
||||
BAL_SERVER_REGTEST_FEE=5000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user