18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Urls": "http://0.0.0.0:9000",
|
|
"AllowedHosts": "*",
|
|
"RavenSettings": {
|
|
"Urls": [
|
|
"http://localhost:8080"
|
|
],
|
|
"DatabaseName": "tme",
|
|
"CertFilePath": "",
|
|
"CertPassword": ""
|
|
}
|
|
} |