mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2025-12-24 13:27:12 +01:00
18 lines
No EOL
362 B
PHP
18 lines
No EOL
362 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| API KEYS
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
*/
|
|
|
|
'key_1' => env('API_KEY_1'),
|
|
'key_2' => env('API_KEY_2'),
|
|
'key_3' => env('API_KEY_3'),
|
|
'key_4' => env('API_KEY_4'),
|
|
|
|
]; |