mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2026-03-16 16:25:41 +01:00
18 lines
No EOL
389 B
PHP
18 lines
No EOL
389 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'),
|
|
'key_5' => env('API_KEY_5')
|
|
]; |