You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'lanhuo' => [
|
|
'base_url' => env('LANHUO_URL', 'https://c.lshygame.com'),
|
|
'app_id' => 'LLWF71700000001644',
|
|
'app_key' => '31h8a',
|
|
'app_secret' => '9b0c2130ea023243ff76bf7bc724cfc2',
|
|
],
|
|
];
|