fix(loader): disable config file rewrite during startup
Some checks failed
CI / build-and-test (push) Failing after -32m45s

* migrate legacy schemas in memory only
* log hint to use amcs-migrate-config for persistence
This commit is contained in:
2026-04-21 21:31:05 +02:00
parent 7f9c6f122e
commit 55859811be
4 changed files with 19 additions and 22 deletions

View File

@@ -260,6 +260,7 @@ go run ./cmd/amcs-migrate-config --config ./configs/dev.yaml
```
Use `--dry-run` to print migrated YAML without writing.
Server startup migrates older config formats in memory only and does not write files.
**OAuth Client Credentials flow**: