16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"Meili": {
|
|
"Port": 7700,
|
|
"UiEnabled" : true,
|
|
"CustomApiKey": true,
|
|
"ApiKey": "YourOptionalApiKey"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Trace",
|
|
"Microsoft.AspNetCore": "Trace"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|