13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/s2-streamstore/s2/main/cli/schema.json",
|
|
"basins": [
|
|
{
|
|
"name": "trigger-local",
|
|
"config": {
|
|
"create_stream_on_append": true,
|
|
"create_stream_on_read": true
|
|
}
|
|
}
|
|
]
|
|
}
|