mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-21 02:28:07 +02:00
Rename config targets to graphs
This commit is contained in:
parent
063be3ddc7
commit
1a26e2e654
8 changed files with 74 additions and 71 deletions
|
|
@ -68,11 +68,11 @@ also pass `--schema`.
|
|||
|
||||
## Config
|
||||
|
||||
`omnigraph.yaml` lets the CLI and server share named targets, defaults, and
|
||||
`omnigraph.yaml` lets the CLI and server share named graphs, defaults, and
|
||||
query roots:
|
||||
|
||||
```yaml
|
||||
targets:
|
||||
graphs:
|
||||
local:
|
||||
uri: ./demo.omni
|
||||
dev:
|
||||
|
|
@ -80,7 +80,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