-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (26 loc) · 744 Bytes
/
.env.example
File metadata and controls
26 lines (26 loc) · 744 Bytes
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
OPENAI_API_KEY=
PINATA_API_KEY=
PINATA_SECRET_KEY=
ETHERSCAN_API_KEY=
POLYGON_RPC_URL=
PRIVATE_KEY=
AUDIT_CERTIFICATE_ADDRESS=
DATABASE_URL=postgresql://auditai:auditai@postgres:5432/auditai
REDIS_URL=redis://redis:6379/0
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
COINBASE_COMMERCE_API_KEY=
COINBASE_COMMERCE_SHARED_SECRET=
SENDGRID_API_KEY=
SENDGRID_FROM_EMAIL=
GITHUB_TOKEN=
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=
JWT_SECRET=
APP_URL=http://localhost:3000
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_API_BASE_URL=http://localhost:8000
NEXT_PUBLIC_DEFAULT_CHAIN=polygon-amoy
NEXT_PUBLIC_POLYGONSCAN_BASE_URL=https://amoy.polygonscan.com
POLYGONSCAN_BASE_URL=https://amoy.polygonscan.com
SIWE_DOMAIN=localhost:3000
SIWE_CHAIN_ID=80002