This commit is contained in:
2024-09-21 00:53:18 +02:00
parent bc39f6b6d6
commit a4810fc7ba
10 changed files with 51 additions and 40 deletions

View File

@ -1,12 +1,10 @@
import { defineConfig } from "drizzle-kit";
export const dbCredentials = {
//host: "127.0.0.1",
host: "db",
//port: 8081,
port: 3306,
user: "root",
password: "password",
user: "fykosak",
password: "zxvFcEztX0vzDhB",
database: "sous-podzim2024-app"
};