blob: a76d7772027ddd6bef7415ac0f6466cedd537fe1 [file] [log] [blame]
David K. Bainbridge9189c632021-03-26 21:52:21 +00001# Copyright 2021-present Ciena Corporation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
David K. Bainbridge238e6252021-06-28 09:49:16 -070014apiVersion: v3
David K. Bainbridge9189c632021-03-26 21:52:21 +000015stacks:
16- name: default
17 server: localhost:55555
18 kafka: localhost:9093
19 kvstore: localhost:2379
20 tls:
21 useTLS: false
22 caCert: ""
23 cert: ""
24 key: ""
25 verify: false
26 grpc:
27 connectTimeout: 5s
28 timeout: 5m0s
29 maxCallRecvMsgSize: 4M
30 kvstoreconfig:
31 timeout: 5s
32currentStack: ""
33