mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Added SecretsManager
Added ISecrets Added ISecretsProvider
This commit is contained in:
parent
b455e1af21
commit
0a4ff82af0
9 changed files with 438 additions and 19 deletions
|
|
@ -36,6 +36,7 @@ namespace PepperDash.Essentials
|
|||
Thread.MaxNumberOfUserThreads = 400;
|
||||
Global.ControlSystem = this;
|
||||
DeviceManager.Initialize(this);
|
||||
SecretsManager.Initialize();
|
||||
SystemMonitor.ProgramInitialization.ProgramInitializationUnderUserControl = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue