feat(secrets-cli): set/get/list/rm/rotate commands
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Secrets": {
|
||||
"SqlitePath": "secrets.db",
|
||||
"MasterKey": {
|
||||
"Source": "Environment",
|
||||
"EnvVarName": "ZB_SECRETS_MASTER_KEY"
|
||||
},
|
||||
"RunMigrationsOnStartup": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user