# Linear OAuth Configuration
OAUTH_ENABLED=true
# actor=app makes mutations come from the app, not the authorizing user.
OAUTH_AUTHORIZE_URL=https://linear.app/oauth/authorize?actor=app
OAUTH_TOKEN_URL=https://api.linear.app/oauth/token
OAUTH_CLIENT_ID=your-linear-client-id
OAUTH_CLIENT_SECRET=your-linear-client-secret
OAUTH_SCOPES_AVAILABLE=read,write,issues:create,comments:create
OAUTH_BASE_URL=https://api.linear.app
# Dedalus Platform (for _client.py testing)
DEDALUS_API_KEY=dsk-live-...
DEDALUS_API_URL=https://api.dedaluslabs.ai
DEDALUS_AS_URL=https://as.dedaluslabs.ai