added initial roadmap and implementation
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
DATABASE_URL=postgres://admin:admin_password@localhost:5433/madbase_control
|
||||
DEFAULT_TENANT_DB_URL=postgres://postgres:postgres@localhost:5432/postgres
|
||||
PORT=8001
|
||||
HOST=0.0.0.0
|
||||
JWT_SECRET=supersecret
|
||||
Reference in New Issue
Block a user