# Bootstrap environment variables. # Runtime configuration is loaded from bot_settings in Config DB. # Keep only database bootstrap values in .env. DATABASE_URL=postgres://postgres:postgres@localhost:5432/omo_bot CONFIG_DB_ENABLED=true # Optional scope used by db:seed for guild-specific keys. # If omitted, seed writes to __global__ scope. DISCORD_GUILD_ID= # One-time migration path (legacy env -> Config DB): # 1) Temporarily set legacy env keys. # 2) Run npm run db:seed. # 3) Remove legacy env keys from .env.