# Production Environment Variables NODE_ENV=production PORT=3000 # Database Configuration POSTGRES_DB=quixotic POSTGRES_USER=quixotic POSTGRES_PASSWORD=your_secure_postgres_password_here # Domain and SSL Configuration DOMAIN=your-domain.com ACME_EMAIL=your-email@domain.com # Traefik Dashboard Authentication (admin:password by default) TRAEFIK_AUTH=admin:$2y$10$8qCUOc.FKLB8o4X8ZGVb7OU4xrslBUjOdBPtRz9wM7YJ9.XsGVzui # Telegram Bot Configuration TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here WEB_APP_URL=https://your-domain.com # Optional: Additional database settings DATABASE_URL=postgresql://quixotic:your_secure_postgres_password_here@postgres:5432/quixotic # VK Music Configuration (add your actual credentials) VK_LOGIN=your_vk_login_here VK_PASSWORD=your_vk_password_here