summaryrefslogtreecommitdiff
path: root/resources/experiments/config.json
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-13 12:45:56 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-13 12:45:56 +0100
commite5b47b5afd3040fb55bd310e06cfe0514156e904 (patch)
tree6277ae8e3cc3cf384edf256e18c9aac2f6e9cc98 /resources/experiments/config.json
parent4d37bbed4a1f745c331ba996fc860d79e3e51e8f (diff)
feat: the two simulators now connect to each other through a socketHEADmaster
Diffstat (limited to 'resources/experiments/config.json')
-rw-r--r--resources/experiments/config.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/experiments/config.json b/resources/experiments/config.json
new file mode 100644
index 00000000..a40d3a66
--- /dev/null
+++ b/resources/experiments/config.json
@@ -0,0 +1,7 @@
+{
+ "name": "configuration file",
+ "port": "8080",
+ "backlog": 20,
+ "address": "127.0.0.1",
+ "databasePath" : "resources/data/database"
+}