21 lines
625 B
Bash
21 lines
625 B
Bash
# BTCPay Server Environment Configuration
|
|
# Generated for deployment to portainer-01 (10.0.0.51)
|
|
|
|
# Database Configuration
|
|
POSTGRES_PASSWORD=BTCPay2024SecurePassword123!
|
|
|
|
# Bitcoin RPC Configuration
|
|
BTC_RPC_PASSWORD=BitcoinRPC2024SecurePassword456!
|
|
BTC_RPC_AUTH=bitcoinrpc:28b2e126c32fe5f3e5cd8e43cddb98b98b33c9dd$$d3f4e8f21aa0c7ab24ed9a6d64c6803616c36fe6e57c5b2c00e7b8b6b4e8d8f1
|
|
|
|
# BTCPay Server Configuration
|
|
BTCPAY_ROOTPATH=/
|
|
BTCPAY_HOST=pay.silverlabs.uk
|
|
BTCPAY_PROTOCOL=https
|
|
|
|
# Logging
|
|
BTCPAY_DEBUGLOG=btcpay.log
|
|
BTCPAY_LOGS_LEVEL=info
|
|
|
|
# Network (use mainnet for production, testnet for testing)
|
|
BTCPAY_NETWORK=mainnet |