init codebase

This commit is contained in:
2026-02-17 17:30:45 -05:00
parent a3b28549b4
commit f7e2755a91
175 changed files with 21600 additions and 232 deletions
+8
View File
@@ -0,0 +1,8 @@
{:server {:port 3003
:host "0.0.0.0"
:max-connections 5000}
:api {:base-url "http://localhost:3001"}
:nats {:url "nats://localhost:4222"}
:sse {:ping-interval-ms 30000
:backpressure-limit 1000}
:presence {:batch-interval-ms 60000}}