ontoref-code/examples/catalog-extension/02-sidecar/config-snippet.ncl

14 lines
444 B
Text
Raw Permalink Normal View History

# Snippet — merge these fields into your project's `.ontoref/config.ncl`
# `ops` section to declare the sidecar URL the main daemon should proxy
# to. The sidecar runs at the configured endpoint; the main daemon at
# 127.0.0.1:7891 forwards any `kind = 'Sidecar` op invocation here.
{
ops = {
tier = 'Tier2,
phase = 'Progressive,
# NEW — declared by the example
sidecar_url = "http://127.0.0.1:7902",
},
}