mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
Add the server port as a configuration option
This commit is contained in:
parent
e4d9cd49e2
commit
17bb4d04d4
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@
|
||||||
"invchannel": "https://invid-api.poketube.fun/api/v1",
|
"invchannel": "https://invid-api.poketube.fun/api/v1",
|
||||||
"cacher_max_age": "1800",
|
"cacher_max_age": "1800",
|
||||||
"enablealwayshttps": false,
|
"enablealwayshttps": false,
|
||||||
"t_url": "https://t.poketube.fun/"
|
"t_url": "https://t.poketube.fun/",
|
||||||
|
"server_port": "6003"
|
||||||
}
|
}
|
Loading…
Reference in a new issue