2025-04-24 21:54:33 +00:00
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# 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=
|
2025-05-15 11:03:59 +00:00
|
|
|
|
2025-06-17 07:46:37 +00:00
|
|
|
AGENTIC_WEB_BASE_URL=
|
|
|
|
AGENTIC_GATEWAY_BASE_URL=
|
2025-07-02 09:58:30 +00:00
|
|
|
AGENTIC_STORAGE_BASE_URL='https://storage.agentic.so'
|
2025-06-17 07:46:37 +00:00
|
|
|
|
2025-06-15 19:55:02 +00:00
|
|
|
JWT_SECRET=
|
|
|
|
|
2025-06-14 05:10:21 +00:00
|
|
|
# SENTRY_DSN is optional (not set by default in development environment)
|
2025-04-24 21:54:33 +00:00
|
|
|
SENTRY_DSN=
|
|
|
|
|
2025-05-02 05:25:51 +00:00
|
|
|
STRIPE_SECRET_KEY=
|
2025-05-15 11:03:59 +00:00
|
|
|
STRIPE_WEBHOOK_SECRET=
|
2025-05-21 18:56:54 +00:00
|
|
|
|
|
|
|
GITHUB_CLIENT_ID=
|
|
|
|
GITHUB_CLIENT_SECRET=
|
2025-05-31 09:48:27 +00:00
|
|
|
|
2025-06-25 07:30:22 +00:00
|
|
|
RESEND_API_KEY=
|
|
|
|
|
|
|
|
# Used to make admin API calls from the API gateway
|
2025-05-31 09:48:27 +00:00
|
|
|
AGENTIC_ADMIN_API_KEY=
|
2025-06-04 20:00:28 +00:00
|
|
|
|
2025-06-25 07:30:22 +00:00
|
|
|
# Used to simplify recreating the demo `@agentic/search` project during
|
|
|
|
# development while we're frequently resetting the database
|
|
|
|
AGENTIC_SEARCH_PROXY_SECRET=
|
2025-07-02 09:58:30 +00:00
|
|
|
|
|
|
|
# s3 connection settings (compatible with cloudflare r2)
|
|
|
|
S3_BUCKET='agentic'
|
|
|
|
S3_REGION='auto'
|
|
|
|
# example: "https://<id>.r2.cloudflarestorage.com"
|
|
|
|
S3_ENDPOINT=
|
|
|
|
S3_ACCESS_KEY_ID=
|
|
|
|
S3_ACCESS_KEY_SECRET=
|