1 | <?php |
||
2 | |||
3 | |||
4 | /** |
||
5 | * Confirmident's Identity Verification laravel package |
||
6 | * @author Hope Ezenwa- Hopekell <[email protected]> |
||
7 | * @version 1 |
||
8 | **/ |
||
9 | |||
10 | return [ |
||
11 | 'api_key' => env('CONFIRMIDENT_API_KEY', ''), |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
12 | 'base_url' => env('CONFIRMIDENT_API_BASE_URL', 'https://confirmident.com.ng/api'), |
||
13 | ]; |