18 lines
475 B
INI
18 lines
475 B
INI
postgresqlConnInfo = "host=172.16.3.32 dbname=mainscnt user=sink password=test123";
|
|
|
|
lowerBound = 45000;
|
|
upperBound = 55000;
|
|
|
|
receivePort = 20169;
|
|
|
|
devices = (
|
|
{
|
|
inactive = false;
|
|
deviceId = "testsource";
|
|
// sharedSecret must have exactly 31 characters
|
|
sharedSecret = "0123456789012345678901234567890";
|
|
// location must neither contains spaces nor commas or any other URL-special characters
|
|
location = "Essen_DE";
|
|
}
|
|
);
|