Skip to content

Commit e8b7568

Browse files
author
amine-amaach
committed
Add configs directory for docker-compose
1 parent a889796 commit e8b7568

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

simulators-configs/pgmqtt/config.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"MQTT_SERVER_URL":"mqtt://localhost:1883",
3+
"MQTT_SERVER_USER": "admin",
4+
"MQTT_SERVER_PWD": "public",
5+
"MQTT_SERVER_RETAIN": "false",
6+
"MQTT_SERVER_QOS": 3,
7+
"MQTT_CLIENT_ID": "pg_simulator",
8+
"MQTT_KEEP_ALIVE": 300,
9+
"MQTT_RETRY_DELAY": 10,
10+
"SITE": "Site",
11+
"AREA": "Area",
12+
"RANDOM_DELAY_BETWEEN_MESSAGES": "true",
13+
"DELAY_BETWEEN_MESSAGES_MIN": 5,
14+
"DELAY_BETWEEN_MESSAGES_MAX": 10,
15+
"GENERATORS_NUMBER": 2,
16+
"GENERATORS_NUMBER_LIMIT": 50
17+
}

0 commit comments

Comments
 (0)