ui
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import { defineConfig } from "drizzle-kit";
|
||||
|
||||
export const dbCredentials = {
|
||||
host: "127.0.0.1",
|
||||
//host: "db",
|
||||
port: 8081,
|
||||
//port: 3306,
|
||||
//host: "127.0.0.1",
|
||||
host: "db",
|
||||
//port: 8081,
|
||||
port: 3306,
|
||||
user: "root",
|
||||
password: "password",
|
||||
database: "sous-podzim2024-app"
|
||||
|
||||
Reference in New Issue
Block a user