kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
21 wiersze
480 B
Bash
21 wiersze
480 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=
|
|
|
|
SENTRY_DSN=
|
|
|
|
STRIPE_SECRET_KEY=
|
|
STRIPE_WEBHOOK_SECRET=
|
|
|
|
GITHUB_CLIENT_ID=
|
|
GITHUB_CLIENT_SECRET=
|
|
|
|
AGENTIC_ADMIN_API_KEY=
|
|
|
|
RESEND_API_KEY=
|