Kavita/API/config/appsettings.Development.json
Joe Milazzo b7c9762956
Release Testing Final Stretch (#1952)
* Fixed a bug breaking ability to save server settings

* Fixed a case where if a user updated appsetting.json, the DB wouldn't update to stay in alignment.
2023-05-02 17:59:30 -07:00

6 lines
107 B
JSON

{
"TokenKey": "super secret unguessable key",
"Port": 5000,
"IpAddresses": "",
"BaseUrl": "/joe/"
}