mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat(config): Added data path.
This commit is contained in:
@@ -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
BIN
fixtures/single-file.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user