mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-12-25 06:17:23 -05:00
Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com> Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"TokenKey": "super secret unguessable key that is longer because we require it",
|
|
"Port": 5000,
|
|
"IpAddresses": "",
|
|
"BaseUrl": "/",
|
|
"Cache": 75,
|
|
"AllowIFraming": false,
|
|
"OpenIdConnectSettings": {
|
|
"Authority": "",
|
|
"ClientId": "kavita",
|
|
"Secret": "",
|
|
"CustomScopes": [],
|
|
"Enabled": false
|
|
}
|
|
} |