mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-27 01:08:50 +00:00
14 lines
253 B
Markdown
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`
|