Updated the way application settings are loaded and added some intialization functions to the various manager classes to load and validate all the user supplied options at start up instead of constantly reevaluating them over the course of the application's runtime.

This commit is contained in:
2021-03-10 21:27:19 -06:00
parent 3d3b9c1e68
commit baf2518fe8
5 changed files with 97 additions and 61 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
"doamin": "copyrightcrusader.org"
},
"PasswordSettings": {
"Pepper": "rVk/OwQUw01qy76Q+5WimPk+NdqUMMghftMXyJzzckOj/+eFn056PDYzBD61E/ZNjRdgiMK6RhcHEcdfpJdbcw==",
"Peppser": "rVk/OwQUw01qy76Q+5WimPk+NdqUMMghftMXyJzzckOj/+eFn056PDYzBD61E/ZNjRdgiMK6RhcHEcdfpJdbcw==",
"MaxLength": 128,
"MinLength": 17
"MinLength": 22
}
}