chatgpt-api/apps/api/.env.example

32 wiersze
829 B
Bash

# ------------------------------------------------------------------------------
# This is an example .env file.
#
# All of these environment vars must be defined either in your environment or in
# a local .env file in order to run this project.
# ------------------------------------------------------------------------------
DATABASE_URL=
AGENTIC_WEB_BASE_URL=
AGENTIC_GATEWAY_BASE_URL=
JWT_SECRET=
# SENTRY_DSN is optional (not set by default in development environment)
SENTRY_DSN=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
RESEND_API_KEY=
# Used to make admin API calls from the API gateway
AGENTIC_ADMIN_API_KEY=
# Used to simplify recreating the demo `@agentic/search` project during
# development while we're frequently resetting the database
AGENTIC_SEARCH_PROXY_SECRET=