Skip to content

Commit

Permalink
Fix dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Jul 8, 2024
1 parent 3f6d579 commit 482ddb4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions node_modules
2 changes: 1 addition & 1 deletion tests/Application/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ APP_SECRET=EDITME
# Format described at http://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]/acme_sylius_example_plugin_%kernel.environment%?serverVersion=5.7
DATABASE_URL=mysql://[email protected]/webgriffe_sylius_nexi_plugin_%kernel.environment%?serverVersion=5.7
###< doctrine/doctrine-bundle ###

###> lexik/jwt-authentication-bundle ###
Expand Down
7 changes: 7 additions & 0 deletions tests/Application/config/packages/monolog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
monolog:
handlers:
payum:
type: stream
path: "%kernel.logs_dir%/payum_%kernel.environment%.log"
level: debug
channels: ['payum']
2 changes: 1 addition & 1 deletion tests/Application/config/routes/sylius_shop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sylius_shop_default_locale:
path: /
methods: [GET]
defaults:
_controller: sylius.controller.shop.locale_switch:switchAction
_controller: sylius.controller.shop.locale_switch::switchAction

0 comments on commit 482ddb4

Please sign in to comment.