17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost\\SQLEXPRESS;Database=RIIT;Integrated Security=SSPI;TrustServerCertificate=True;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Auth": {
|
|
"Mode": "Windows"
|
|
// možnosti pro Mode: "Windows", "Internal"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|