We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e2ba3 commit fe82d88Copy full SHA for fe82d88
.gitpod.yml
@@ -5,7 +5,9 @@ tasks:
5
next_auth_secret=$(openssl rand -base64 32) &&
6
calendso_encryption_key=$(openssl rand -base64 24) &&
7
sed -i -e "s|^NEXTAUTH_SECRET=.*|NEXTAUTH_SECRET=$next_auth_secret|" \
8
- -e "s|^CALENDSO_ENCRYPTION_KEY=.*|CALENDSO_ENCRYPTION_KEY=$calendso_encryption_key|" .env
+ -e "s|^CALENDSO_ENCRYPTION_KEY=.*|CALENDSO_ENCRYPTION_KEY=$calendso_encryption_key|" \
9
+ -e "s|http://localhost:3000|https://localhost:3000|" \
10
+ -e "s|localhost:3000|3000-$GITPOD_WORKSPACE_ID.$GITPOD_WORKSPACE_CLUSTER_HOST|" .env
11
command: yarn dx
12
13
ports:
0 commit comments