Initial scaffold: web API (Bun/Elysia) + monitor (Rust/Tokio)

This commit is contained in:
M1
2026-03-16 11:40:24 +04:00
commit 570222c7a9
21 changed files with 837 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Web app + coordinator
DATABASE_URL=postgres://pingql:pingql@localhost:5432/pingql
MONITOR_TOKEN=changeme-use-a-random-secret
# Rust monitor
COORDINATOR_URL=http://localhost:3000
MONITOR_TOKEN=changeme-use-a-random-secret
RUST_LOG=info