refactor: Integrate Flyway for database migrations and simplify Docker Compose and tenant configurations.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"name": "Default (dev)",
|
||||
"domain": "default",
|
||||
"url": "jdbc:postgresql://192.168.1.87:5432/app_db",
|
||||
"url": "jdbc:postgresql://db:5432/app_db",
|
||||
"username": "myuser",
|
||||
"password": "supersecretpassword"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user