-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.template
More file actions
32 lines (27 loc) · 1.01 KB
/
.env.template
File metadata and controls
32 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# .env
# Since we are using Prisma, we need to place the DATABASE_URL variable
# in the .env file (other variables can be defined in env.local)
# https://www.prisma.io/docs/orm/more/development-environment/environment-variables/using-multiple-env-files
DATABASE_URL=
# .env.local
NEXT_PUBLIC_ALCHEMY_API_KEY=
NEXT_PUBLIC_DYNAMIC_ENV_ID=
NEXT_PUBLIC_ERC20_CONTRACT_ADDRESS=
# Omi Integration - Webhook Security
# Secret key for verifying webhook signatures from Omi
# Get this from the Omi dashboard under webhook settings
OMI_WEBHOOK_SECRET=
# Omi API Integration
# API key for communicating with Omi's Developer API
# Get this from the Omi settings/API keys section
OMI_API_KEY=
# Rate Limiting (Optional)
# Redis URL for distributed rate limiting in production
# If not set, uses in-memory rate limiting (development only)
# Example: redis://username:password@host:port
# REDIS_URL=
# Agent Configuration
# Endpoint for the evaluator agent service
SERVER_ENDPOINT=
# Agent ID for evaluating project information
AGENT_ID_EVALUATOR=