Skip to content
Snippets Groups Projects
Commit 0e952eb8 authored by user's avatar user
Browse files
parents 1d0285fe a29dcfc0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ MESSENGER_TRANSPORT_DSN=sync://
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
DATABASE_URL="mysql://root:root@db_docker_symfony:3306/wishlist?serverVersion=8.0"
DATABASE_URL="mysql://root:hamma@localhost:3306/wishlist?serverVersion=8.0"
###< doctrine/doctrine-bundle ###
APP_SECRET=3d9f431b0fd768e0cb2e8b139c66e9fd67ecbd49762f6a345d459e2f115f61b4
......
......@@ -26,7 +26,6 @@ security:
access_control:
- { path: ^/admin, allow_if: "user and user.isAdmin() == true" }
- { path: ^/*, allow_if: "user and user.isLocked() != true" }
when@test:
security:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment