forked from ixoworld/qiforge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (29 loc) · 843 Bytes
/
.env.example
File metadata and controls
50 lines (29 loc) · 843 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
43
44
45
46
47
48
49
50
PORT=4000
ORACLE_NAME=Boilerplate
# Matrix
MATRIX_ORACLE_ADMIN_ACCESS_TOKEN=
MATRIX_BASE_URL=
MATRIX_ORACLE_ADMIN_PASSWORD=
MATRIX_ORACLE_ADMIN_USER_ID=@
MATRIX_RECOVERY_PHRASE=
# MATRIX_HOMESERVER_NAME="devmx.ixo.earth"
# OPENAI
OPENAI_API_KEY=sk-proj-
# Langfuse
LANGFUSE_PUBLIC_KEY=
LANGFUSE_SECRET_KEY=
LANGFUSE_HOST=https://cloud.langfuse.com
OPEN_ROUTER_API_KEY="sk"
# Tavily
TAVILY_API_KEY=tvly-
# Slack
# SLACK_BOT_OAUTH_TOKEN=
# SLACK_APP_TOKEN=
SUBSCRIPTION_ORACLE_MCP_URL=https://subscriptions.oracle.devnet.ixo.earth/api/v1/mcp
RPC_URL=https://devnet.ixo.earth/rpc/
BLOCKSYNC_GRAPHQL_URL=https://devnet-blocksync-graphql.ixo.earth/graphql
LIVE_AGENT_AUTH_API_KEY=
SECP_MNEMONIC=""
ORACLE_ENTITY_DID="did:ixo:entity:fed851c8c2263fc60e3ed3fe54e37127"
MEMORY_MCP_URL="http://localhost:8988/mcp"
MEMORY_MCP_API=""