feat: Implement multi-tenancy with dynamic data source routing and introduce a database management UI.
This commit is contained in:
9
backend/tenants.json
Normal file
9
backend/tenants.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"name": "Default (dev)",
|
||||
"domain": "default",
|
||||
"url": "jdbc:postgresql://db:5432/app_db",
|
||||
"username": "myuser",
|
||||
"password": "supersecretpassword"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user