<?php
return [
'api_url' => env('SMS_API_URL', 'http://94.101.184.91/api/sms'),
'api_key' => env('SMS_API_KEY', ''),
];