mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
9 lines
No EOL
269 B
PHP
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', ''),
|
|
]; |