Skip to content

Commit

Permalink
Revert database name change
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 20, 2024
1 parent 6831acd commit 4f847c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Application/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/setono_sylius_peak_%kernel.environment%?serverVersion=5.7
DATABASE_URL=mysql://[email protected]/setono_sylius_peak_wms_%kernel.environment%?serverVersion=5.7
###< doctrine/doctrine-bundle ###

###> lexik/jwt-authentication-bundle ###
Expand Down

0 comments on commit 4f847c5

Please sign in to comment.