mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 22:39:22 +01:00
15 lines
253 B
Markdown
15 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`
|