start with postgres
This commit is contained in:
@ -1,9 +1,4 @@
|
||||
// influxUser = "";
|
||||
// influxPass = "";
|
||||
influxServer = "172.16.10.16";
|
||||
influxPort = 8086;
|
||||
influxDatabase = "smarthome2";
|
||||
influxMeasurement = "mainsfrequency";
|
||||
postgresqlConnInfo = "host=172.16.3.32 dbname=mainscnt user=sink password=test123";
|
||||
|
||||
lowerBound = 45000;
|
||||
upperBound = 55000;
|
||||
@ -12,10 +7,10 @@ receivePort = 20169;
|
||||
|
||||
devices = (
|
||||
{
|
||||
inactive = true;
|
||||
deviceId = "MainsCnt01";
|
||||
inactive = false;
|
||||
deviceId = "testsource";
|
||||
// sharedSecret must have exactly 31 characters
|
||||
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
|
||||
sharedSecret = "0123456789012345678901234567890";
|
||||
// location must neither contains spaces nor commas or any other URL-special characters
|
||||
location = "Essen_DE";
|
||||
}
|
||||
|
Reference in New Issue
Block a user