mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-03 11:35:02 +01:00
* Fix build workflow * Docs website with mkdocs (#99) * Fix docs workflow * Move mkdocs Docker file * Ignore docs in build workflow * Update workflows * Update links * Move upgrade notes to documentation Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
16 lines
268 B
Markdown
16 lines
268 B
Markdown
# Database configuration
|
|
|
|
## `path`
|
|
|
|
Path to Bolt database file where images manifests are stored. (default `diun.db`)
|
|
|
|
!!! example "Config file"
|
|
```yaml
|
|
db:
|
|
path:
|
|
token: diun.db
|
|
```
|
|
|
|
!!! abstract "Environment variables"
|
|
* `DIUN_DB_PATH`
|