# Copy this file to .env and fill the values

# Telegram bot token from @BotFather
BOT_TOKEN=8420921829:AAHTA4H82PK9Gaj8KWWIes8WKte28oQdoTE

# Telegram bot username WITHOUT @
BOT_USERNAME=szpaywithcxrbot

# Public base URL where this project is hosted (https, no trailing slash)
APP_URL=https://darkshop.empiremarket.sbs

# PayIN credentials
MERCH_ID=MGSJWIT581Z01759330616
SECRET_KEY=uhAwO5gs5h6YKau06LfUrpHca3Ce2T0e

# Optional: Allowed admin chat ID for /stats (comma separated for multiple)
ADMIN_CHAT_IDS=6637146067

# Database path (SQLite)
DB_PATH=storage/database/app.sqlite
