# Server PORT=3304 # Telegram TELEGRAM_BOT_TOKEN=xxx # Database (Bot's own database for user mappings) DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/todo_bot # Todo Backend API TODO_API_URL=http://localhost:3018 # Mana Core Auth MANA_CORE_AUTH_URL=http://localhost:3001