kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
27 wiersze
615 B
Bash
27 wiersze
615 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=
|
|
|
|
AGENTIC_ADMIN_API_KEY=
|
|
|
|
RESEND_API_KEY=
|