This commit is contained in:
庄建国 2022-07-01 11:14:51 +00:00
parent 4b0048cedb
commit 3024e560c5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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