We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd3e5f commit ea9da22Copy full SHA for ea9da22
.env
@@ -26,3 +26,7 @@ APP_SECRET=f5b5e1243258f6bcca3bd5d75a897083
26
# DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7"
27
DATABASE_URL="mysql://test:[email protected]:3306/test?serverVersion=5.7"
28
###< doctrine/doctrine-bundle ###
29
+
30
+###> nelmio/cors-bundle ###
31
+CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
32
+###< nelmio/cors-bundle ###
0 commit comments