-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 1.61 KB
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ── Optional GitHub Access ────────────────────────────────────────────────────
# HiveCore does not need a GitHub token for today's control-plane flow.
# If you set one for future suite-level GitHub reads, Metadata (read) is enough.
# BOT_GITHUB_TOKEN=github_pat_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ── Optional app auth ─────────────────────────────────────────────────────────
# HIVE_CORE_API_KEY_HASH=
# HIVE_CORE_SERVICE_TOKEN_HASH=
# ── Storage ───────────────────────────────────────────────────────────────────
HIVE_CORE_DB_PATH=hive-core.db
HIVE_CORE_PORT=8100
# HIVECORE_ENCRYPTION_KEY=replace-with-a-long-random-secret
# PATCHHIVE_LAUNCHER_URL=http://localhost:8210
# PATCHHIVE_SUITE_BOOTSTRAP_SECRET=replace-with-a-long-random-secret
# HiveCore ships with built-in localhost defaults for every PatchHive product.
# Override product URLs per environment from the Settings tab after first boot.
# When patchhive-launcher is running, HiveCore's Setup tab can start the first
# stack and pair with already-running local products automatically.
# ── Logging ───────────────────────────────────────────────────────────────────
RUST_LOG=info