mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Remove default stream list endpoint
This commit is contained in:
@@ -33,9 +33,8 @@ password = "please-change-this"
|
|||||||
# Interval to refresh polled datasources
|
# Interval to refresh polled datasources
|
||||||
#interval = 30
|
#interval = 30
|
||||||
|
|
||||||
# By default, we use the woke.net streams data source.
|
# You can add URLs to fetch here:
|
||||||
# You can add other URLs to fetch here:
|
json-url = []
|
||||||
json-url = ["https://woke.net/api/streams.json"]
|
|
||||||
|
|
||||||
# You can also specify .toml files on disk. Streamwall will reload the data whenever the file changes.
|
# You can also specify .toml files on disk. Streamwall will reload the data whenever the file changes.
|
||||||
# See example.streams.toml for a sample.
|
# See example.streams.toml for a sample.
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ function parseArgs() {
|
|||||||
.option('data.json-url', {
|
.option('data.json-url', {
|
||||||
describe: 'Fetch streams from the specified URL(s)',
|
describe: 'Fetch streams from the specified URL(s)',
|
||||||
array: true,
|
array: true,
|
||||||
default: ['https://woke.net/api/streams.json'],
|
default: [],
|
||||||
})
|
})
|
||||||
.option('data.toml-file', {
|
.option('data.toml-file', {
|
||||||
describe: 'Fetch streams from the specified file(s)',
|
describe: 'Fetch streams from the specified file(s)',
|
||||||
|
|||||||
Reference in New Issue
Block a user