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