forked from ob-labs/agentseek-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 815 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (22 loc) · 815 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
METADATA_DB_URL=
METADATA_DB_BACKEND=auto
SEEKDB_URL=mysql+aiomysql://root%40test:@localhost:2881/seekdb
AGENTSEEK_GRAPHS=
# Auth: configure via agentseek.json "auth.path" or set AUTH_MODULE_PATH directly.
# Format: "./path/to/auth.py:auth" (langgraph_sdk.Auth object)
# If not set, all requests pass through as default_user (noop).
AUTH_MODULE_PATH=
# Redis worker stream replay buffer.
# WORKER_CONCURRENT_JOBS=10
# REDIS_STREAM_MAXLEN=10000
# REDIS_STREAM_TTL_SECONDS=3600
# Embedded SeekDB — set to true for a zero-config local backend.
# Data stored in SEEKDB_EMBED_DIR (default: ~/.agentseek/seekdb_data).
# Requires: uv sync --dev --extra embedded
# SEEKDB_EMBED=true
# SEEKDB_EMBED_DIR=
OCEANBASE_HOST=localhost
OCEANBASE_PORT=2881
OCEANBASE_USER=root@test
OCEANBASE_PASSWORD=
OCEANBASE_DB_NAME=seekdb