mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #2287 from logto-io/gao-fix-gitpod
chore: fix gitpod config
This commit is contained in:
commit
0530eafda7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue