mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
fix listening address
This commit is contained in:
parent
b5b843d79b
commit
f1e9d99101
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"TokenKey": "__KEY__",
|
"TokenKey": "__KEY__",
|
||||||
"Port": __PORT__,
|
"Port": __PORT__,
|
||||||
"IpAddresses": "",
|
"IpAddresses": "127.0.0.1",
|
||||||
"BaseUrl": "__PATH__",
|
"BaseUrl": "__PATH__",
|
||||||
"Cache": 50
|
"Cache": 50
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue