From 1d99f4609939383217c8041456746b804a4ac9c3 Mon Sep 17 00:00:00 2001 From: myh Date: Sat, 2 Dec 2023 16:43:03 +0800 Subject: [PATCH] bypass cloudflare --- src/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index 7e3cf19..a970861 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -7,7 +7,7 @@ import { Users } from './entity/user.entity'; imports: [ TypeOrmModule.forRoot({ type: "mssql", - host: "intpointer.com", + host: "106.54.219.245", port: 1433, username: "myh", password: "20231103#MS_Sql",