13 lines
444 B
Text
13 lines
444 B
Text
# 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",
|
|
},
|
|
}
|