chore(domain): yourplatform.com → breakpilot.com
ci / shared (pull_request) Successful in 5s
ci / validate (pull_request) Successful in 2s

Apply the platform-domain decision (2026-05-18) to every manifest,
overlay, DNS template, README, and script in this repo.

Refs: M1.1
This commit is contained in:
2026-05-18 22:07:41 +02:00
parent 6cd1a1546c
commit 1a728428cf
22 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
[cluster]
name = "breakpilot-${ENV}"
domain = "${DOMAIN}"
acme_email = "oncall@yourplatform.com"
acme_email = "oncall@breakpilot.com"
[ai]
provider = "litellm"
endpoint = "https://llm.yourplatform.com"
endpoint = "https://llm.breakpilot.com"
model = "gpt-oss-120b"
api_key = "${secrets.LITELLM_API_KEY}"