Moved octopart / nexar integration configuration to the new settings system

This commit is contained in:
Jan Böhmer 2025-07-06 20:18:14 +02:00
parent 1dbcff66d1
commit c0c847c5be
7 changed files with 116 additions and 40 deletions

View file

@ -26,8 +26,8 @@ knpu_oauth2_client:
type: generic
provider_class: '\League\OAuth2\Client\Provider\GenericProvider'
client_id: '%env(PROVIDER_OCTOPART_CLIENT_ID)%'
client_secret: '%env(PROVIDER_OCTOPART_SECRET)%'
client_id: '%env(settings:octopart:clientId)%'
client_secret: '%env(settings:octopart:secret)%'
redirect_route: 'oauth_client_check'
redirect_params: { name: 'ip_octopart_oauth' }