From f657ed3598ce0825ede9349c7d90a3ae55e426a2 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Mon, 31 Oct 2022 19:47:00 +0800 Subject: [PATCH] chore: fix gitpod config --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index b2887d25f..06891a0ed 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -19,7 +19,7 @@ tasks: pnpm start:dev env: TRUST_PROXY_HEADER: 1 - DB_URL: postgres://postgres:p0stgr3s@127.0.0.1:5432 + DB_URL: postgres://postgres:p0stgr3s@127.0.0.1:5432/logto ports: - name: Logto