Files
symfony-flex-recipes-contrib/mailxpert/apibundle/0.1/config/packages/mailxpert_apibundle.yaml
T

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'