4 lines
230 B
Bash
4 lines
230 B
Bash
LOG_LEVEL=debug # info | debug | warning | trace | error
|
|
SQLITE_FILENAME=/data/db.sqlite # filename / path inside the container.
|
|
DATA_MNT="/mnt" # folder mount on host that holds the database file.
|