added initial roadmap and implementation

This commit is contained in:
2026-03-11 22:23:16 +02:00
parent 39b97a6db5
commit c0792f2e1d
62 changed files with 12410 additions and 1 deletions

6
.env Normal file
View File

@@ -0,0 +1,6 @@
DATABASE_URL=postgres://admin:admin_password@localhost:5433/madbase_control
PORT=8001
HOST=0.0.0.0
JWT_SECRET=supersecret
DEFAULT_TENANT_DB_URL=postgres://postgres:postgres@localhost:5432/postgres
RATE_LIMIT_PER_SECOND=100