17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
# Ansible Configuration
|
|
ANSIBLE_VAULT_PASSWORD=your_vault_password_here
|
|
|
|
# BTCPay Server Configuration
|
|
BTCPAY_BASE_URL=https://your-btcpay-server.com
|
|
BTCPAY_STORE_ID=your_store_id
|
|
BTCPAY_WEBHOOK_SECRET=your_webhook_secret
|
|
|
|
# Flask Configuration
|
|
FLASK_ENV=development
|
|
FLASK_APP=app/handlers/webhook_handler.py
|
|
FLASK_DEBUG=1
|
|
|
|
# Server Configuration
|
|
VPN_SERVER_IP=your_server_ip
|
|
WIREGUARD_PORT=51820
|