# Required DATABASE_URL="postgres://gemot:gemot@localhost:5432/gemot?sslmode=disable" ANTHROPIC_API_KEY=sk-ant-... # Optional GEMOT_MODEL=claude-sonnet-4-6 # claude-sonnet-4-6 | claude-opus-4-6 | claude-haiku-4-5 GEMOT_API_SECRET= # Bearer token for auth; leave empty for dev mode (no auth) GEMOT_BASE_URL=http://localhost:8080 # Used for Stripe checkout return URLs # Stripe (only needed for paid hosting — leave commented out for local dev) # STRIPE_SECRET_KEY=sk_test_... # STRIPE_WEBHOOK_SECRET=whsec_...