From 8ee46e60b26fd4dd15ae7ee90dfd532ae3030d91 Mon Sep 17 00:00:00 2001 From: kingomarnajjar Date: Sun, 12 May 2024 13:42:07 +0000 Subject: [PATCH] x --- .env_sample | 2 +- .gitpod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env_sample b/.env_sample index a095c689c..b65e8e541 100644 --- a/.env_sample +++ b/.env_sample @@ -6,7 +6,7 @@ APP_PROTOCOL="http://" FOREM_OWNER_SECRET="secret" # Community Related Variables -COMMUNITY_NAME="DEV(local)" +COMMUNITY_NAME="DOC BROWN" # Email related variables DEFAULT_EMAIL="yo@dev.to" diff --git a/.gitpod.yml b/.gitpod.yml index 0c080ad44..ed17eb257 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -20,7 +20,7 @@ tasks: cp .env_sample .env echo "APP_DOMAIN=\"$(gp url 3000 | cut -f 3 -d /)\"" >> .env echo 'APP_PROTOCOL="https://"' >> .env - echo 'COMMUNITY_NAME="DEV(Gitpod)"' >> .env + echo 'COMMUNITY_NAME="DOC BROWN"' >> .env gem install dip gem install solargraph init: dip provision