syndicate_utils/config.prs

28 lines
539 B
Plaintext
Raw Normal View History

2022-06-09 18:15:13 +00:00
version 1 .
embeddedType EntityRef.Cap .
2022-06-09 18:15:13 +00:00
2024-01-08 19:42:46 +00:00
CacheArguments = <cache {
dataspace: #!any
lifetime: float
}>.
2024-01-08 20:10:55 +00:00
JsonTranslatorArguments = <json-stdio-translator {
argv: [string ...]
dataspace: #!any
}>.
JsonTranslatorConnected = <connected @path string>.
JsonSocketTranslatorArguments = <json-socket-translator {
dataspace: #!any
socket: string
}>.
WebhooksArguments = <webhooks {
endpoints: {[string ...]: #!any ...:...}
listen: Tcp
}>.
# Reused from syndicate-protocols/transportAddress
Tcp = <tcp @host string @port int>.