mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
7 lines
234 B
YAML
7 lines
234 B
YAML
mailxpert_api:
|
|
access_token_class: App\Entity\AccessToken
|
|
oauth:
|
|
client_id: '%env(MAILXPERT_CLIENT_ID)%'
|
|
client_secret: '%env(MAILXPERT_CLIENT_SECRET)%'
|
|
redirect_url: 'http://example.com/mx/oauth/code'
|