-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (13 loc) · 729 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (13 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Aether Agent configuration (all optional — sensible defaults ship in-app).
# Copy to .env only if you need to override. NEVER commit a real token.
# Aether API base URL. Default: https://api.aethersystems.net/cloud
# AETHER_BASE_URL=https://api.aethersystems.net/cloud
# Page `aether login` opens. Default: https://aethersystems.net/platform
# AETHER_LOGIN_URL=https://aethersystems.net/platform
# Inject a session token (CI / headless / embedding). Prefer `aether login`
# for interactive use — this is for automation only.
# AETHER_TOKEN=
# Override the config directory (default: ~/.config/aether).
# AETHER_CONFIG_DIR=
# Stream open/idle timeout in ms (default: 120000). 0 disables it.
# AETHER_STREAM_TIMEOUT_MS=