Update config.yaml
Set HHTP server default config to `false`.
This commit is contained in:
parent
230b410be2
commit
6356ae1acd
|
|
@ -13,7 +13,7 @@ gtfs-r-api_key: "API KEY GOES HERE"
|
|||
update-interval-seconds: 62
|
||||
|
||||
# Start a HTTP server emitting the current data as JSON or HTTP.
|
||||
http-server: true
|
||||
http-server: false
|
||||
|
||||
stops: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue