Revision 06f7114d4ad1725d58f16fc5fdc9394f293c3539 authored by Iddan Aaronsohn on 01 October 2019, 11:35:37 UTC, committed by Denys Smirnov on 01 October 2019, 12:05:27 UTC
Corrected Getting-Started.md and moved some of it to docs/README.md
1 parent 87c9c34
Raw File
cayley_example.yml
store:
  # backend to use
  backend: bolt
  # address or path for the database
  address: "./cayley.db"
  # open database in read-only mode
  read_only: false
  # backend-specific options
  options:
    nosync: false
query:
  timeout: 30s
load:
  ignore_duplicates: false
  ignore_missing: false
  batch: 10000
back to top