8 lines
133 B
Bash
8 lines
133 B
Bash
APIHOST=www.example.com
|
|
APIURL=/track/api.php
|
|
# The APIKEY from the things network
|
|
APIKEY=xxx
|
|
DBNAME=track
|
|
DBUSER=track
|
|
DBPASS=track
|