# PostgreSQL Database Configuration
# Replace these values with your actual PostgreSQL credentials

POSTGRES_USER=bot
POSTGRES_PASSWORD=your_secure_password
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DATABASE=vpn_shop

# Bot Configuration (existing variables)
BOT_TOKEN=your_bot_token_here

# For migration from MySQL, you still need these:
MYSQL_USER=bot
MYSQL_PASSWORD=your_mysql_password
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_DATABASE=vpn_shop 