# GitHub OAuth credentials for local development.
# Register an OAuth app at https://github.com/settings/developers
# and set the authorization callback URL to:
# http://localhost:4000/auth/github/callback
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT_URI=http://localhost:4000/auth/github/callback
# Required by the default local text provider. RuntimeConfig keeps it out of
# reports and diagnostics.
OPENAI_API_KEY=