This commit is contained in:
David Schroeder
2026-07-26 15:45:45 -05:00
parent ffa89f9911
commit 916916384f
4 changed files with 57 additions and 15 deletions
+4 -1
View File
@@ -143,9 +143,12 @@ The tracked example contains only:
```dotenv
TAPM_BROKER_URL=https://tapm.example.com
GITEA_DOMAIN=git.example.com
```
Replace it with the deployed HTTPS origin, without an API path. There is no
hard-coded operational broker URL; authorization fails with a configuration
message when the variable is missing or invalid. Repository updates do not
message when the variable is missing or invalid. `GITEA_DOMAIN` is a hostname,
without `https://` or a path, and controls Gitea connectivity plus restoration
of the `voltron/iDS-Defaults.git` repository. Repository updates do not
overwrite the system configuration file.