1
0

btcpay version option

This commit is contained in:
Andrew Camilleri
2018-11-13 13:32:59 +01:00
parent d02e84edee
commit 709be0fc4b
3 changed files with 6 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ You can read [the article](https://medium.com/@BtcpayServer/hosting-btcpay-serve
* `BTCPAY_HOST_SSHKEYFILE`: Optional, SSH private key that BTCPay can use to connect to this VM's SSH server. This key will be copied to BTCPay's data directory
* `BTCPAY_SSHTRUSTEDFINGERPRINTS`: Optional, BTCPay will ensure that it is connecting to the expected SSH server by checking the host's public key against these fingerprints
* `BTCPAYGEN_DOCKER_IMAGE`: Optional, Specify which generator image to use if you have customized the C# generator. Set to `btcpayserver/docker-compose-generator:local` to build the generator locally at runtime.
* `BTCPAY_VERSION`: Optional, Specify which btcpayserver image to use if you have a customized btcpayserver.
# Tooling