# Google OAuth
GOOGLE_OAUTH_CLIENT_ID=203753716925-ndlv2m6gs6rv0o9mdltshj3ahl5nhvgj.apps.googleusercontent.com
GOOGLE_OAUTH_CLIENT_SECRET=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
GOOGLE_OAUTH_REDIRECT_URI=http://localhost:3000/oauth/google/callback

# App JWT
APP_JWT_SECRET=your_jwt_secret_here

# Organization restriction (leave empty to allow any domain)
ALLOWED_ORGANIZATION=

# Token encryption (32 chars)
TOKEN_ENCRYPTION_KEY=12345678901234567890123456789012

# DB
DATABASE_URL=./data/app.db

# Port
PORT=3000