Kavita/API/config/appsettings.Development.json
Joe Milazzo f76de42b28
PDF Metadata Support (#3552)
Co-authored-by: Matthias Neeracher <microtherion@gmail.com>
2025-02-16 13:10:15 -08:00

8 lines
No EOL
191 B
JSON

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