Skip to content

Commit

Permalink
docs: Update rover dev to make clear you can remove routing_url for g…
Browse files Browse the repository at this point in the history
…raph ref (#1683)

Just for the example, make extra clear that `routing_url` is not
optional if you use graph ref
  • Loading branch information
smyrick authored Aug 1, 2023
1 parent eccd68c commit b1f2027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/commands/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ subgraphs:
schema:
subgraph_url: http://localhost:4001 # Schema provided via introspection, routing_url can be omitted
users:
routing_url: http://localhost:4002 # <- omit to point at the URL from the GraphOS registry
# routing_url: <Optional, pulled from GraphOS registry by default>
schema: # Schema downloaded from GraphOS registry, does not poll for updates
graphref: mygraph@current
subgraph: actors
Expand Down

0 comments on commit b1f2027

Please sign in to comment.