This commit is contained in:
2024-09-20 14:31:19 +02:00
parent 466981457d
commit bc39f6b6d6
10 changed files with 129 additions and 65 deletions

View File

@ -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"