First test kinda working

This commit is contained in:
Valère Plantevin
2026-05-12 11:21:40 -04:00
parent cac6c9ac02
commit d3f09ee062
36 changed files with 3903 additions and 102 deletions

View File

@@ -16,3 +16,7 @@ server_key = "certs/server.key"
[simulation]
tick_rate_hz = 60
max_entities = 10000
[observability]
metrics_enabled = true
metrics_listen = "0.0.0.0:9100"