tsconfig.json
This commit is contained in:
@@ -5,7 +5,7 @@ import * as schema from "../../db/schema"
|
|||||||
|
|
||||||
export default fp(async (server, opts) => {
|
export default fp(async (server, opts) => {
|
||||||
const pool = new Pool({
|
const pool = new Pool({
|
||||||
host: "db-001.netbird.cloud",
|
host: "100.102.185.225",
|
||||||
port: Number(process.env.DB_PORT || 5432),
|
port: Number(process.env.DB_PORT || 5432),
|
||||||
user: "postgres",
|
user: "postgres",
|
||||||
password: "wJw7aNpEBJdcxgoct6GXNpvY4Cn6ECqu",
|
password: "wJw7aNpEBJdcxgoct6GXNpvY4Cn6ECqu",
|
||||||
|
|||||||
Reference in New Issue
Block a user