Commit b18180f2 authored by shajiaiming's avatar shajiaiming

添加新配置

parent 1e034948
......@@ -104,6 +104,9 @@ return [
'path' => '/api/send/validatecode',
],
],
'OssService' => [
'url' => 'http://bqbwallet.oss-cn-shanghai.aliyuncs.com',
]
],
//金色财经相关接口信息
......@@ -118,6 +121,7 @@ return [
'bishijie' => [
'Appid' => '8415d8c1c4f762d8',
'AppSecret' => '09395dc651588c375d066666e072a714',
'Url' => 'https://www.bishijie.com'
],
'bty_fee' => 0.001,
......
#!/bin/bash
while true; do php /data_wallet/token_config/yii issue-coin/auto-issue >> /data_wallet/auto-issue.log 2>&1; sleep 20; done &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment