flexisip-account-manager/flexiapi/config/ovh.php
Timothée Jaussoin 89bee3ca18 Fix OVH SMS sender name
Fix admins pagination
Update the dependencies
Update RPM release number to 27
2020-09-21 14:41:24 +02:00

9 lines
No EOL
269 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', ''),
'app_sender' => env('OVH_APP_SENDER', ''),
];