You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
336 B
9 lines
336 B
AGW_PORT=8045
|
|
SENSORS_SERVICE_PORT=8046
|
|
AGREGATORS_SERVICE_PORT=8047
|
|
MEASURES_SERVICE_PORT=8048
|
|
PORT=8080
|
|
AGREGATORS_SOURCE_URL=postgresql://user2235:atlantium@localhost:5441/agregators
|
|
SENSORS_SOURCE_URL=postgresql://user2235:atlantium@localhost:5440/sensors
|
|
MEASURES_SOURCE_URL=postgresql://user2235:atlantium@localhost:5442/measures
|