github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/esti/scripts/lakefs.yaml (about) 1 database: 2 type: "local" 3 local: 4 path: /tmp/lakefs/metadata 5 auth: 6 encrypt: 7 secret_key: "some random value that should be replaced for production environments" 8 9 blockstore: 10 type: local 11 local: 12 path: /tmp/lakefs/data 13 14 logging: 15 format: text 16 level: trace