Files

19 lines
577 B
Bash

# Public application URL (Telegram requires HTTPS)
NEXT_PUBLIC_APP_URL=https://podzahr.com
# Telegram webhook authentication (the bot URL and token are configured in Admin → Purchases)
TELEGRAM_WEBHOOK_SECRET=replace-with-a-long-random-secret
# ZarinPal Configuration
ZARINPAL_MERCHANT_ID=your-merchant-id-here
# S3 / Object Storage Configuration
AWS_REGION=ir-thr-at1
AWS_S3_ENDPOINT=https://s3.ir-thr-at1.arvanstorage.ir
AWS_S3_BUCKET=your-bucket-name
AWS_ACCESS_KEY_ID=your-access-key-id
AWS_SECRET_ACCESS_KEY=your-secret-access-key
# Environment
NODE_ENV=development