Skip to content

Commit

Permalink
[Shop API] Integration with demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Sep 21, 2019
1 parent b1d2fab commit 4872350
Show file tree
Hide file tree
Showing 12 changed files with 647 additions and 103 deletions.
13 changes: 13 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ DATABASE_URL=mysql://root@127.0.0.1/sylius_%kernel.environment%
# Delivery is disabled by default via "null://localhost"
MAILER_URL=smtp://localhost
###< symfony/swiftmailer-bundle ###

###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###

###> lexik/jwt-authentication-bundle ###
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=3204b8139ac99f68b851e36c8070a82a
###< lexik/jwt-authentication-bundle ###
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@
###> liip/imagine-bundle ###
/public/media/cache/
###< liip/imagine-bundle ###

###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

"sensiolabs/security-checker": " ^5.0",
"sylius/sylius": "^1.5",
"symfony/flex": "^1.2"
"symfony/flex": "^1.2",
"sylius/shop-api-plugin": "^1.0@rc"
},
"require-dev": {
"behat/behat": "^3.4",
Expand Down
Loading

0 comments on commit 4872350

Please sign in to comment.