config: Exclude DataSourceAutoConfiguration and update tenant database connection URL in tenants.json.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
"name": "Default (dev)",
|
||||
"domain": "default",
|
||||
"url": "jdbc:postgresql://db:5432/app_db",
|
||||
"url": "jdbc:postgresql://192.168.1.87:5432/app_db",
|
||||
"username": "myuser",
|
||||
"password": "supersecretpassword"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user