mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
gitpod
This commit is contained in:
parent
4b0048cedb
commit
3024e560c5
@ -32,12 +32,12 @@ tasks:
|
||||
init: |
|
||||
yarn
|
||||
yarn bootstrap
|
||||
yarn build
|
||||
command: |
|
||||
rm creator/.env.local
|
||||
cp creator/.env creator/.env.local
|
||||
sed -i "/^ROOT_URL=*/cROOT_URL=$(gp url 3100)" creator/.env.local
|
||||
yarn lerna run gitpod:init
|
||||
yarn build
|
||||
gp await-port 27017
|
||||
gp await-port 6379
|
||||
yarn start
|
||||
|
@ -5,5 +5,5 @@ NEXT_STATIC_PROPS_REVALIDATE=3600
|
||||
KEYCLOAK_ID=test
|
||||
KEYCLOAK_SECRET=sXD2d1h5Q1yxvDlEgYclqRjmRFdQrheH
|
||||
KEYCLOAK_ISSUER=https://id.steedos.cn/realms/dev
|
||||
NEXTAUTH_URL=
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_SECRET=steedos
|
||||
|
Loading…
Reference in New Issue
Block a user