23 lines
583 B
JSON
23 lines
583 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": {
|
|
"Pepper": "rVk/OwQUw01qy76Q+5WimPk+NdqUMMghftMXyJzzckOj/+eFn056PDYzBD61E/ZNjRdgiMK6RhcHEcdfpJdbcw==",
|
|
"MaxLength": 128,
|
|
"MinLength": 22,
|
|
"BaseURL": "localhost:3000"
|
|
}
|
|
}
|