# Discord bot token (from https://discord.com/developers/applications) DISCORD_TOKEN=your-bot-token-here # Google Sheets spreadsheet ID (the long string in the sheet URL) SHEET_ID=your-google-sheet-id-here # Path to Google service account credentials JSON GOOGLE_CREDS_PATH=credentials.json # Guild (server) ID - right-click your server with dev mode on GUILD_ID=your-guild-id-here # Channel ID where birthday announcements are posted (bot sends @here on the birthday at 09:00 Tallinn time) BIRTHDAY_CHANNEL_ID=your-channel-id-here # How many days before a birthday the on-join check counts as "coming up" BIRTHDAY_WINDOW_DAYS=7 # PocketBase backend (https://pocketbase.io) PB_URL=http://127.0.0.1:8090 PB_ADMIN_EMAIL=admin@example.com PB_ADMIN_PASSWORD=your-pb-admin-password