You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
406 B
15 lines
406 B
2 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
// aws s3配置
|
||
|
'aws_s3' => [
|
||
|
'aws_key' => 'AKIATCKAMOTOLA7KUPEV',
|
||
|
'aws_secret' => '1SIl1/ip240HIkwzDY3aq26IpI5GlNqvwhXfBIjC',
|
||
|
'aws_region' => 'ap-northeast-1',
|
||
|
'aws_bucket' => 'bourse-vod',
|
||
|
],
|
||
|
// chat聊天服务器配置
|
||
|
'chat_server' => [
|
||
|
'bse_url' => 'https://chat.jdtest88.com', //测试环境-chat服务api域名
|
||
|
],
|
||
|
];
|