Skip to content

Commit

Permalink
Merge pull request #383 from EscolaLMS/develop
Browse files Browse the repository at this point in the history
defautl setup for multidomain to resolve sentry issues. Update depend…
  • Loading branch information
qunabu authored Dec 17, 2024
2 parents 2b79a7b + 460fecd commit ee1cd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init_multidomains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ if [ -f "$FILE" ]; then
echo "$FILE exists."
else
echo "$FILE does not exist. Generating app keys, passport keys and passport client"
php artisan key:generate --force --no-interaction
#php artisan key:generate --force --no-interaction
php artisan passport:keys --force --no-interaction
php artisan passport:client --personal --no-interaction
#php artisan passport:client --personal --no-interaction
fi

touch inited
Expand Down

0 comments on commit ee1cd96

Please sign in to comment.