...
Code Block |
---|
# global/config.yaml ... paymentInterfaces: enabled: true ... bitcoin: id: "BITCOIN-PI" enabled: true ... # To change the Bitcoin url: CHANGE_ME ... |
To change the Bitcoin logo or resize, use logo_url
:
Code Block |
---|
# global/config.yaml ... paymentInterfaces: enabled: true ... bitcoin: id: "BITCOIN-PI" enabled: true ... logo or resize, use logo_url logo_url: "https://raw.githubusercontent.com/nsart/coin-logos/master/btc.png" ... |