# ------------------------------------------------------------------------------ # 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= AGENTIC_STORAGE_BASE_URL='https://storage.agentic.so' 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= # s3 connection settings (compatible with cloudflare r2) S3_BUCKET='agentic' S3_REGION='auto' # example: "https://.r2.cloudflarestorage.com" S3_ENDPOINT= S3_ACCESS_KEY_ID= S3_ACCESS_KEY_SECRET=