22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MainDataConnectionString": "Server=DESKTOP-HJES64T;Database=main;Integrated Security=true;"
|
|
},
|
|
"CookieOptions": {
|
|
"doamin": "copyrightcrusader.org"
|
|
},
|
|
"PasswordSettings": {
|
|
"Peppser": "rVk/OwQUw01qy76Q+5WimPk+NdqUMMghftMXyJzzckOj/+eFn056PDYzBD61E/ZNjRdgiMK6RhcHEcdfpJdbcw==",
|
|
"MaxLength": 128,
|
|
"MinLength": 22
|
|
}
|
|
}
|