readme: add custom config section [skip ci]

This commit is contained in:
leo 2023-05-20 18:31:59 +02:00
parent 298e838d0b
commit f8bfad1da5
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -41,5 +41,16 @@ podman run --rm -it -e PCMT_DBTYPE=postgres \
```
#### Custom config
Make sure to check out the Dhall configuration
[schema](https://git.dotya.ml/mirre-mt/pcmt-config-schema/src/branch/development/schema.dhall)
to see what's possible, or have a look at the [example
config](exampleConfig.dhall).
If you're new to Dhall, its [documentation](https://docs.dhall-lang.org/) page
is a good resource to start at.
### LICENSE
AGPL-3.0-only (see [LICENSE](LICENSE) for details).