12 lines
227 B
JSON
12 lines
227 B
JSON
|
{
|
||
|
"Urls": "http://*:5120",
|
||
|
"Redis": "localhost:6379,user=redis,password=password",
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|