Cleanup before network implementation

This commit is contained in:
Valère Plantevin
2026-05-04 16:53:14 -04:00
parent 4ec5b98df4
commit cac6c9ac02
9 changed files with 286 additions and 14 deletions

18
config.toml Normal file
View File

@@ -0,0 +1,18 @@
# quic_ecs_dt — substrate runtime config
#
# Resolution order (figment chain in substrate/src/config.rs):
# 1. compile-time defaults
# 2. this file
# 3. APP_* env vars (e.g. APP_NETWORK__SERVER_PORT=9001)
#
# All paths are resolved relative to the cwd at launch — run from the repo root.
[network]
server_port = 9000
server_interface = "0.0.0.0"
server_cert = "certs/server.crt"
server_key = "certs/server.key"
[simulation]
tick_rate_hz = 60
max_entities = 10000