Skip to content

Commit ea9da22

Browse files
committed
Каркас приложения
1 parent 7dd3e5f commit ea9da22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ APP_SECRET=f5b5e1243258f6bcca3bd5d75a897083
2626
# DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7"
2727
DATABASE_URL="mysql://test:[email protected]:3306/test?serverVersion=5.7"
2828
###< 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

Comments
 (0)