Files
madbase/.env

7 lines
223 B
Bash

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