This website works better with JavaScript.
Home
Help
Sign In
brub
/
octranspo-stop-tracker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
config: Update example config file
master
Stéphane Bérubé
1 year ago
parent
83987db0ba
commit
34c7fbee81
1 changed files
with
9 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-4
config.json.dist
+ 9
- 4
config.json.dist
View File
@ -1,13 +1,18 @@
{
"octranspo": {
"appId": "",
"apiKey": "",
"appId": "
xxx
",
"apiKey": "
xxx
",
"busNo": 0,
"stopNo": 0
},
"navitia": {
"token": "",
"stopId": ""
"token": "xxx",
"stopId": "EX123"
},
"gtfs": {
"secret": "xxx",
"endpoint": "https://example.org/api/",
"stopId": "EX123"
}
}
Write
Preview
Loading…
Cancel
Save