-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (17 loc) · 774 Bytes
/
.env.example
File metadata and controls
24 lines (17 loc) · 774 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
TG_API_ID=
TG_API_HASH=
# Test/CI only. Avoid this for normal local installs.
CODEX_TELEGRAM_SESSION=
# Optional fallback when the OS keyring is unavailable.
CODEX_TELEGRAM_MASTER_KEY=
# Optional: set to 1 to encrypt the local SQLite message cache (requires pysqlcipher3).
CODEX_TELEGRAM_CACHE_ENCRYPT=
# Optional: enables destructive tools only when the tool call also passes confirm=true.
CODEX_TELEGRAM_ALLOW_DESTRUCTIVE=
# Optional: sandbox directory for local uploads.
CODEX_TELEGRAM_UPLOAD_DIR=
# Optional: override the config directory that stores the encrypted session file
# (defaults to ~/.config/codex-telegram).
CODEX_TELEGRAM_CONFIG_DIR=
# Optional: override the directory containing the telegram-media-inspect scripts.
CODEX_TELEGRAM_MEDIA_SCRIPTS_DIR=