1
0
Fork 0
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:
OniriCorpe 2024-02-09 00:19:10 +01:00
parent b5b843d79b
commit f1e9d99101

View file

@ -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
} }