123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?php
- return array(
-
- 'apiCommonRules' => array(
-
- ),
- 'REDIS_HOST' => "127.0.0.1",
- 'REDIS_AUTH' => "123456",
- 'REDIS_PORT' => "6379",
-
- 'sign_key'=>'562d4226cb2a2b4f74b3ef4340828b5d',
-
- 'uptype'=>3,
-
- 'Qiniu' => array(
-
- 'accessKey' => 'OLiUdKXk-gATXjnIjY6jvwzCLWVuAJgJ72-PE5ir',
- 'secretKey' => 'Lr1shddlTjBCsn6gEOyJqO66NPA_7RMh_EvfZ2P8',
-
- 'space_bucket' => 'testvideo',
- 'space_host' => 'http://ybtestvideo.yunbaozb.com',
- ),
-
-
- 'UCloudEngine' => 'local',
-
- 'UCloud' => array(
-
- 'host' => 'http://x.com/api/upload'
- ),
-
-
-
-
-
-
- );
|