settings.sample.toml 354 B

1234567891011121314
  1. git_repo = "<path/to/repo>"
  2. document_match = [".md"]
  3. document_exclude = ["README.md", "orders/index.md", "checkout/index.md", "checkout/email.md"]
  4. block_types = ["text", "image", "order"]
  5. [local_db]
  6. filepath = "orders/index.md"
  7. [order_upload]
  8. filepath = "orders/upload/order-upload-template-empty.xlsx"
  9. [currency]
  10. default = "CHF"
  11. now_payments = "EUR"