tsconfig.json

This commit is contained in:
2025-12-07 23:30:33 +01:00
parent 899f8dce20
commit e760bd5f97

View File

@@ -5,7 +5,7 @@ import * as schema from "../../db/schema"
export default fp(async (server, opts) => {
const pool = new Pool({
host: "db-001.netbird.cloud",
host: "100.102.185.225",
port: Number(process.env.DB_PORT || 5432),
user: "postgres",
password: "wJw7aNpEBJdcxgoct6GXNpvY4Cn6ECqu",