0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-27 01:08:50 +00:00
crazy-max_diun/docs/config/db.md
2020-07-06 01:01:16 +02:00

14 lines
253 B
Markdown

# Database configuration
## `path`
Path to Bolt database file where images manifests are stored. (default `diun.db`)
!!! example "Config file"
```yaml
db:
path: diun.db
```
!!! abstract "Environment variables"
* `DIUN_DB_PATH`