forked from Markeljan/web3gpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 852 Bytes
/
.env.example
File metadata and controls
39 lines (32 loc) · 852 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
27
28
29
30
31
32
33
34
35
36
37
38
39
# Production app url
NEXT_PUBLIC_APP_URL=
# WalletConnect Project ID
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=
# Deployer Private Key
DEPLOYER_PRIVATE_KEY=
# API Keys
OPENAI_API_KEY=
STABILITY_API_KEY=
NFT_STORAGE_API_KEY=
# RPC API Keys
NEXT_PUBLIC_ALCHEMY_API_KEY=
QUICKNODE_API_KEY=
INFURA_API_KEY=
# Block Explorer API Keys
ETHEREUM_EXPLORER_API_KEY=
POLYGON_EXPLORER_API_KEY=
ARBITRUM_EXPLORER_API_KEY=
OPTIMISM_EXPLORER_API_KEY=
BASE_EXPLORER_API_KEY=
# dev: http://localhost prod: https://w3gpt.ai
NEXTAUTH_URL=
## Generate a random secret: https://generate-secret.vercel.app/32
AUTH_SECRET=
## Create a GitHub OAuth app here: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=
# KV REST API config
KV_REST_API_READ_ONLY_TOKEN=
KV_REST_API_TOKEN=
KV_REST_API_URL=
KV_URL=