-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (12 loc) · 757 Bytes
/
.env.example
File metadata and controls
16 lines (12 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
KOAD_IO_PRIMARY_ENTITY=alice
PRIMARY_ENTITY=$KOAD_IO_PRIMARY_ENTITY # DEPRECATED: remove after 2026-07-07
KOAD_IO_BIND_IP=127.0.0.1
KOAD_IO_PACKAGE_DIRS=$HOME/.ecoincore/packages:$HOME/.koad-io/packages
METEOR_PACKAGE_DIRS=$KOAD_IO_PACKAGE_DIRS # DEPRECATED: Meteor compat shim
# ADAS kingdom ceiling — max token_budget.total for any assembled ADAS flight plan.
# Set by Juno per VESTA-SPEC-107 §6 (2026-04-15). Raw tokens (§7.1).
# Flights exceeding this require override: true + override_requires auth (§1.3).
KOAD_IO_ADAS_BUDGET_CEILING=100000
# Messages inbox root — business state, lives outside the framework skeleton.
# Entities' inboxes are subdirectories: $KOAD_IO_MESSAGES_DIR/<entity>/*.md
KOAD_IO_MESSAGES_DIR=$HOME/.forge/messages