1store:
2  # backend to use
3  backend: bolt
4  # address or path for the database
5  address: "./cayley.db"
6  # open database in read-only mode
7  read_only: false
8  # backend-specific options
9  options:
10    nosync: false
11query:
12  timeout: 30s
13load:
14  ignore_duplicates: false
15  ignore_missing: false
16  batch: 10000