Update .env.example

This commit is contained in:
Machka Pasla
2025-09-07 23:08:10 +05:00
committed by GitHub
parent a51b20ee54
commit df43283971
+1 -2
View File
@@ -30,8 +30,7 @@ YOOKASSA_SECRET_KEY=your_secret_key #
YOOKASSA_RETURN_URL=https://t.me/your_bot # URL to which the user will be returned after payment YOOKASSA_RETURN_URL=https://t.me/your_bot # URL to which the user will be returned after payment
YOOKASSA_DEFAULT_RECEIPT_EMAIL=your_email@example.com # Default email for sending receipts YOOKASSA_DEFAULT_RECEIPT_EMAIL=your_email@example.com # Default email for sending receipts
YOOKASSA_VAT_CODE=1 # VAT code YOOKASSA_VAT_CODE=1 # VAT code
YOOKASSA_PAYMENT_MODE=full_prepayment # Payment mode (e.g., full prepayment) YOOKASSA_AUTOPAYMENTS_ENABLED=False # Auto-renew toggle
YOOKASSA_PAYMENT_SUBJECT=payment # Payment subject
# CryptoBot Payment Gateway Configuration # CryptoBot Payment Gateway Configuration
CRYPTOPAY_TOKEN= # API token for CryptoPay CRYPTOPAY_TOKEN= # API token for CryptoPay