16 lines
256 B
JSON
Raw Normal View History

{
"Meili": {
"Port": 7700,
2024-10-01 23:03:55 -04:00
"UiEnabled" : true,
"CustomApiKey": false,
"ApiKey": "YourOptionalApiKey"
},
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Trace"
}
},
"AllowedHosts": "*"
}