mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
example config: use graphs / cli.graph, matching the MR-603 rename
The target → graph rename shipped in PR #17 but omnigraph.example.yaml still used the old form (`targets:` / `cli.target`). Since the serde struct uses `rename = "graphs"` without a `targets` alias, the example wouldn't deserialize against current code. Update the example to the new form. No alias is being added — the deserialization error for old configs is loud and clear, which is the better migration signal for a young project.
This commit is contained in:
parent
dc5718fd43
commit
206b5da20a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
targets:
|
||||
graphs:
|
||||
local:
|
||||
uri: ./repo.omni
|
||||
dev:
|
||||
|
|
@ -6,7 +6,7 @@ targets:
|
|||
bearer_token_env: OMNIGRAPH_BEARER_TOKEN
|
||||
|
||||
cli:
|
||||
target: local
|
||||
graph: local
|
||||
branch: main
|
||||
|
||||
query:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue