forked from crestalnetwork/intentkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
42 lines (31 loc) · 661 Bytes
/
example.env
File metadata and controls
42 lines (31 loc) · 661 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
40
41
42
ENV=local
DEBUG=true
DEBUG_RESP=true
OPENAI_API_KEY=
DEEPSEEK_API_KEY=
XAI_API_KEY=
REIGENT_API_KEY=
DB_HOST=
DB_PORT=
DB_USERNAME=
DB_PASSWORD=
DB_NAME=
DB_AUTO_MIGRATE=true
# Redis
#REDIS_HOST="127.0.0.1"
TG_TOKEN_GOD_BOT=
TG_BASE_URL=
TG_NEW_AGENT_POLL_INTERVAL=
# CDP API Configuration (AgentKit 0.6.0 format)
# Get these from https://portal.cdp.coinbase.com
CDP_API_KEY_ID=
CDP_API_KEY_SECRET=
CDP_WALLET_SECRET=
TWITTER_OAUTH2_CLIENT_ID=
TWITTER_OAUTH2_CLIENT_SECRET=
TWITTER_OAUTH2_REDIRECT_URI=http://localhost:8000/callback/auth/twitter
TWITTER_ENTRYPOINT_INTERVAL=1
DAPPLOOKER_API_KEY=
UNREALSPEECH_API_KEY=
AIXBT_API_KEY=
MORALIS_API_KEY=