Sign in
apache
/
camel-k-runtime
/
refs/heads/k-runtime
/
.
/
examples
/
knative
/
data
/
env.json
blob: e335d72d928a2fea6f8ef0a8cf742fd9f28fdcd1 [
file
]
{
"services"
:
[
{
"type"
:
"endpoint"
,
"name"
:
"sink"
,
"url"
:
"http://localhost:9091"
,
"metadata"
:
{
"camel.endpoint.kind"
:
"sink"
}
},
{
"type"
:
"endpoint"
,
"name"
:
"source"
,
"metadata"
:
{
"camel.endpoint.kind"
:
"source"
}
}
]
}