Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Cale-Torino committed Sep 9, 2021
1 parent c0e0352 commit 47f5aa2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions takcar_scripts/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
$Protocol = "http";

//Traccar vars
$TraccarAPIToken = "DRXdaNKWZlhgUIGrGdYXc6XbcKwpUo69";//YOUR_TRACCAR_API_TOKEN
$TraccarIP = "vms.safe-tvigil.com";//127.0.0.1 localhost
$TraccarAPIToken = "YOUR_TRACCAR_API_TOKEN";//YOUR_TRACCAR_API_TOKEN
$TraccarIP = "127.0.0.1";//127.0.0.1 localhost
$TraccarPort = "8082";

//FTS vars
$FTSAPIToken = "Bearer token";
$FTSIP = "vms.safe-tvigil.com";//127.0.0.1 localhost
$FTSIP = "127.0.0.1";//127.0.0.1 localhost
$FTSAPIPort = "19023";

//`Test Service` button config
Expand All @@ -25,5 +25,5 @@
$Team = "Yellow";

//Use these links to test
//http://vms.safe-tvigil.com:8082/api/session?token=DRXdaNKWZlhgUIGrGdYXc6XbcKwpUo69
//http://vms.safe-tvigil.com:8082/api/positions?token=DRXdaNKWZlhgUIGrGdYXc6XbcKwpUo69
//http://127.0.0.1:8082/api/session?token=YOUR_TRACCAR_API_TOKEN
//http://127.0.0.1:8082/api/positions?token=YOUR_TRACCAR_API_TOKEN

0 comments on commit 47f5aa2

Please sign in to comment.