1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- return array(
-
- 'apiCommonRules' => array(
- ),
-
-
- 'REDIS_HOST' => "127.0.0.1",
-
- 'REDIS_PORT' => "6379",
-
- 'sign_key' => '76576076c1f5f657b634e966c8836a06',
-
- 'uptype'=>2,
-
- 'Qiniu' => array(
-
- 'accessKey' => 'OLiUdKXk-gATXjnIjY6jvwzCLWVuAJgJ72-PE5ir',
- 'secretKey' => 'Lr1shddlTjBCsn6gEOyJqO66NPA_7RMh_EvfZ2P8',
-
- 'space_bucket' => 'testvideo',
- 'space_host' => 'http://ybtestvideo.yunbaozb.com',
-
- 'uphost' => 'https://up.qiniup.com',
-
- 'region'=>'z0',
- ),
-
-
- 'UCloudEngine' => 'local',
-
- 'UCloud' => array(
-
- 'host' => 'http://admin.zbo458v5.top/PhalApi/Public/upload'
- ),
-
- );
|