feat(secrets): pre-host ${secret:} config expander (ScadaBridge G-4 T2)

This commit is contained in:
Joseph Doherty
2026-07-16 14:13:53 -04:00
parent 481d6d7265
commit ae62e650e9
2 changed files with 25 additions and 0 deletions
@@ -9,6 +9,12 @@
}
}
},
"Secrets": {
"SqlitePath": "scadabridge-secrets.db",
"MasterKey": { "Source": "Environment", "EnvVarName": "ZB_SECRETS_MASTER_KEY" },
"RunMigrationsOnStartup": true,
"ResolveCacheTtl": "00:00:30"
},
"Serilog": {
"Using": [
"Serilog.Sinks.Console",