This commit is contained in:
kingomarnajjar 2024-05-12 13:42:07 +00:00
parent b8dd675f87
commit 8ee46e60b2
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ APP_PROTOCOL="http://"
FOREM_OWNER_SECRET="secret" FOREM_OWNER_SECRET="secret"
# Community Related Variables # Community Related Variables
COMMUNITY_NAME="DEV(local)" COMMUNITY_NAME="DOC BROWN"
# Email related variables # Email related variables
DEFAULT_EMAIL="yo@dev.to" DEFAULT_EMAIL="yo@dev.to"

View file

@ -20,7 +20,7 @@ tasks:
cp .env_sample .env cp .env_sample .env
echo "APP_DOMAIN=\"$(gp url 3000 | cut -f 3 -d /)\"" >> .env echo "APP_DOMAIN=\"$(gp url 3000 | cut -f 3 -d /)\"" >> .env
echo 'APP_PROTOCOL="https://"' >> .env echo 'APP_PROTOCOL="https://"' >> .env
echo 'COMMUNITY_NAME="DEV(Gitpod)"' >> .env echo 'COMMUNITY_NAME="DOC BROWN"' >> .env
gem install dip gem install dip
gem install solargraph gem install solargraph
init: dip provision init: dip provision