From 149b15c63ce6a215197a12765ded8442b98670b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Wed, 24 Apr 2024 09:47:12 +0200 Subject: [PATCH] Update database name --- tests/Application/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Application/.env b/tests/Application/.env index d251157a..b877f52b 100644 --- a/tests/Application/.env +++ b/tests/Application/.env @@ -23,7 +23,7 @@ APP_SECRET=EDITME # Format described at https://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # For a sqlite database, use: "sqlite:///%kernel.project_dir%/var/data.db" # Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls -DATABASE_URL=mysql://root@127.0.0.1/acme_sylius_example_%kernel.environment%?serverVersion=5.7 +DATABASE_URL=mysql://root@127.0.0.1/setono_sylius_gift_card_%kernel.environment%?serverVersion=5.7 ###< doctrine/doctrine-bundle ### ###> lexik/jwt-authentication-bundle ###