mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-01 05:37:21 +00:00
20 lines
312 B
YAML
20 lines
312 B
YAML
domain: http://127.0.0.1:8080
|
|
listen: 127.0.0.1:8080
|
|
debug_listen: 127.0.0.1:8081
|
|
work_directory: ./
|
|
|
|
database:
|
|
dialect: sqlite
|
|
dsn: ./tapes.db
|
|
|
|
tape_devices:
|
|
- /dev/nst0
|
|
|
|
filesystem_root: ./
|
|
|
|
scripts:
|
|
encrypt: ./scripts/encrypt
|
|
mkfs: ./scripts/mkfs
|
|
mount: ./scripts/mount
|
|
umount: ./scripts/umount
|