-
Notifications
You must be signed in to change notification settings - Fork 8
config_api
euzu edited this page Nov 15, 2023
·
2 revisions
api
api: {host: localhost, port: 8901, web_root: ./web}
api
contains the server-mode
settings. To run m3u-filter
in server-mode
you need to start it with the -s
cli argument.
-
host
is the hostname or ip-address like192.168.0.2
ormy-server.fr
-
port
is the port -
web_root
is the path which contains the frontend files.