Skip to content

Commit

Permalink
chore: fix CORS config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 23, 2023
1 parent 9e8413d commit d4e363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "RESTART_POLICY=always" >> .env
# Set App variables
echo "API_PORT=8190" >> .env
echo "CORS_ALLOW_ORIGINS=['https://prices.openfoodfacts.net','https://prices.openfoodfacts.org']" >> .env
echo 'CORS_ALLOW_ORIGINS=["https://prices.openfoodfacts.net", "https://prices.openfoodfacts.org"]' >> .env
echo "OAUTH2_SERVER_URL=https://world.openfoodfacts.org/cgi/auth.pl" >> .env
echo "SENTRY_DNS=${{ secrets.SENTRY_DSN }}" >> .env
echo "POSTGRES_EXPOSE=127.0.0.1:5433" >> .env
Expand Down

0 comments on commit d4e363a

Please sign in to comment.