mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-03 06:37:28 +00:00
feat: rebrand to yatm
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user