Skip to content

Commit

Permalink
frosh/production-docker: use shopware JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Aug 8, 2023
1 parent 8fdab45 commit f1333b5
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
services:
shopware.public_key:
class: League\OAuth2\Server\CryptKey
arguments: ["%env(base64:JWT_PUBLIC_KEY)%"]

shopware.private_key:
class: League\OAuth2\Server\CryptKey
arguments: ["%env(base64:JWT_PRIVATE_KEY)%"]
parameters:
env(JWT_PRIVATE_KEY): ''
env(JWT_PUBLIC_KEY): ''

shopware:
api:
jwt_key:
private_key_path: '%env(base64:JWT_PRIVATE_KEY)%'
public_key_path: '%env(base64:JWT_PUBLIC_KEY)%'
auto_update:
enabled: false
admin_worker:
Expand Down

0 comments on commit f1333b5

Please sign in to comment.