BTCPay-infrastructure-recovery

This commit is contained in:
sysadmin
2025-09-04 21:28:47 +01:00
parent b4cee007c4
commit be4d797c6c
22 changed files with 1552 additions and 101 deletions

21
btcpay.env Normal file
View File

@@ -0,0 +1,21 @@
# 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