Skip to content

Commit

Permalink
[CI] add CORS_ALLOW_ORIGIN_DEV variable in env template
Browse files Browse the repository at this point in the history
  • Loading branch information
FanchTheSystem authored and François GERBES committed May 16, 2018
1 parent 7ed7964 commit 144921d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/confd/templates/env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ CUSTOMER_DATABASE_URL=${DBDRIVER}://${DBCUSTOMERUSER}:${DBCUSTOMERPASSWORD}@${DB

###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN=^https?://localhost:?[0-9]*$
CORS_ALLOW_ORIGIN_DEV=^https?://localhost:?[0-9]*$
###< nelmio/cors-bundle ###

0 comments on commit 144921d

Please sign in to comment.