| 1234567891011121314 |
- git_repo = "<path/to/repo>"
- document_match = [".md"]
- document_exclude = ["README.md", "orders/index.md", "checkout/index.md", "checkout/email.md"]
- block_types = ["text", "image", "order"]
- [local_db]
- filepath = "orders/index.md"
- [order_upload]
- filepath = "orders/upload/order-upload-template-empty.xlsx"
- [currency]
- default = "CHF"
- now_payments = "EUR"
|