feat(config): Added data path.

This commit is contained in:
2026-05-01 10:30:59 -04:00
parent 3e6c17520c
commit 8f2c241963
4 changed files with 38 additions and 15 deletions

View File

@@ -1,8 +1,9 @@
{
"db_path": "~/.envr/data.age",
"keys": [
{
"private": "/home/spencer/.ssh/id_ed25519",
"public": "/home/spencer/.ssh/id_ed25519.pub"
"private": "~/.ssh/id_ed25519",
"public": "~/.ssh/id_ed25519.pub"
}
],
"scan": {
@@ -17,4 +18,4 @@
"~"
]
}
}
}

BIN
fixtures/single-file.db Normal file

Binary file not shown.