New enviroment variables BTCPAY_HTTP_PORT and BTCPAY_HTTPS_PORT (#142)
* New enviroment variables BTCPAY_HTTP_PORT and BTCPAY_HTTPS_PORT * Added new vars to btcpay-setup.sh + added docs * Renamed BTCPAY_HTTP_PORT to REVERSEPROXY_HTTP_PORT and BTCPAY_HTTPS_PORT to REVERSEPROXY_HTTPS_PORT * Update btcpay-setup.sh Added ` ` around REVERSEPROXY_HTTP_PORT * Added REVERSEPROXY_HTTP_PORT ans REVERSEPROXY_HTTPS_PORT to helpers.sh
This commit is contained in:
committed by
Nicolas Dorier
parent
6372e92401
commit
dd72f22b89
@@ -71,6 +71,8 @@ echo "
|
||||
BTCPAY_PROTOCOL=$BTCPAY_PROTOCOL
|
||||
BTCPAY_HOST=$BTCPAY_HOST
|
||||
BTCPAY_ANNOUNCEABLE_HOST=$BTCPAY_ANNOUNCEABLE_HOST
|
||||
REVERSEPROXY_HTTP_PORT=$REVERSEPROXY_HTTP_PORT
|
||||
REVERSEPROXY_HTTPS_PORT=$REVERSEPROXY_HTTPS_PORT
|
||||
REVERSEPROXY_DEFAULT_HOST=$REVERSEPROXY_DEFAULT_HOST
|
||||
BTCPAY_IMAGE=$BTCPAY_IMAGE
|
||||
ACME_CA_URI=$ACME_CA_URI
|
||||
|
||||
Reference in New Issue
Block a user