# Bot token from @BotFather
BOT_TOKEN=

# Admin IDs, comma-separated (find your ID: @userinfobot)
ADMIN_IDS=

# Currency (just a label for amounts)
CURRENCY=$

# Links (optional)
SUPPORT_URL=https://t.me/your_support
CHANNEL_URL=https://t.me/your_channel

# Percentage of a friend's top-up the inviter receives
REFERRAL_PERCENT=10

# CryptoBot (@CryptoBot) automatic top-up. Get the token in @CryptoBot -> Crypto Pay -> Create App.
# Leave CRYPTO_PAY_TOKEN empty to use manual top-up (admin approval) instead.
CRYPTO_PAY_TOKEN=
CRYPTO_PAY_ASSET=USDT
CRYPTO_PAY_API_URL=https://pay.crypt.bot/api

# Database
DATABASE_URL=sqlite+aiosqlite:///./shop.db
