Skip to content

Commit

Permalink
toggle app debug to false in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Nov 12, 2024
1 parent 2eb89c3 commit 6a743ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
echo "APP_NAME=CCHE"
echo "APP_ENV=production"
echo "APP_KEY=base64:D29SqNLEmR+hT/bWPtES4+1XGXkJN1IYXHBMlPeFMpE="
echo "APP_DEBUG=true"
echo "APP_DEBUG=false"
echo "APP_URL=https://api.cche-ch.org"
echo ""
echo "LOG_CHANNEL=stack"
Expand Down

0 comments on commit 6a743ab

Please sign in to comment.