github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/config/testdata/invalid_config.yaml (about) 1 --- 2 [ 3 logging: 4 format: text 5 level: DEBUG 6 output: "-" 7 8 metadata: 9 db: 10 type: badger 11 badger: 12 path: /tmp 13 14 blockstore: 15 type: local 16 local: 17 path: /tmp 18 19 gateways: 20 s3: 21 listen_address: "0.0.0.0:8000" 22 domain_name: s3.example.com 23 region: us-east-1 24 25 26 listen_address: "0.0.0.0:8005"