mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: fix gitpod config
This commit is contained in:
parent
229a786255
commit
f657ed3598
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ tasks:
|
||||||
pnpm start:dev
|
pnpm start:dev
|
||||||
env:
|
env:
|
||||||
TRUST_PROXY_HEADER: 1
|
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:
|
ports:
|
||||||
- name: Logto
|
- name: Logto
|
||||||
|
|
Loading…
Reference in a new issue