mirror of
https://github.com/sbrow/envr.git
synced 2026-06-28 02:58:33 -04:00
feat: added Config parsing.
This commit is contained in:
20
fixtures/default_config.json
Normal file
20
fixtures/default_config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"private": "/home/spencer/.ssh/id_ed25519",
|
||||
"public": "/home/spencer/.ssh/id_ed25519.pub"
|
||||
}
|
||||
],
|
||||
"scan": {
|
||||
"matcher": "\\.env",
|
||||
"exclude": [
|
||||
"*\\.envrc",
|
||||
"\\.local",
|
||||
"node_modules",
|
||||
"vendor"
|
||||
],
|
||||
"include": [
|
||||
"~"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user