flexisip-account-manager/flexiapi/config/ovh.php
Timothée Jaussoin f3ba51682f Complete email + SMS authentication
Also send an email when the email was changed
2020-09-14 11:24:59 +02:00

8 lines
No EOL
222 B
PHP

<?php
return [
'app_key' => env('OVH_APP_KEY', ''),
'app_secret' => env('OVH_APP_SECRET', ''),
'app_endpoint' => env('OVH_APP_ENDPOINT', 'ovh-eu'),
'app_consumer_key' => env('OVH_APP_CONSUMER_KEY', ''),
];