Kavita/API/config/appsettings.Development.json
Joe Milazzo 07a36176de
IsEmpty Filter and other small fixes (#3142)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
2024-09-13 15:15:01 -07:00

8 lines
196 B
JSON

{
"TokenKey": "super secret unguessable key that is longer because we require it",
"Port": 5000,
"IpAddresses": "0.0.0.0,::",
"BaseUrl": "/test/",
"Cache": 75,
"AllowIFraming": false
}