mirror of
https://github.com/samuelncui/yatm.git
synced 2026-04-24 01:30:51 +00:00
23 lines
349 B
YAML
23 lines
349 B
YAML
domain: http://127.0.0.1:8080
|
|
listen: 127.0.0.1:8080
|
|
debug_listen: 127.0.0.1:8081
|
|
|
|
database:
|
|
dialect: sqlite
|
|
dsn: ./tapes.db
|
|
|
|
tape_devices:
|
|
- /dev/nst0
|
|
|
|
paths:
|
|
work: ./
|
|
source: ./
|
|
target: ./
|
|
|
|
scripts:
|
|
encrypt: ./scripts/encrypt
|
|
mkfs: ./scripts/mkfs
|
|
mount: ./scripts/mount
|
|
umount: ./scripts/umount
|
|
read_info: ./scripts/readinfo
|