kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
17 wiersze
435 B
Bash
17 wiersze
435 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=
|
|
|
|
JWT_SECRET=
|
|
|
|
SENTRY_DSN=
|
|
|
|
STRIPE_PUBLISHABLE_KEY=
|
|
STRIPE_SECRET_KEY=
|
|
STRIPE_WEBHOOK_SECRET=
|