Skip to content

Commit

Permalink
Update config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Feb 26, 2016
1 parent a1d6158 commit 19a9cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
*/
'log' => [
'level' => env('WECHAT_LOG_LEVEL', 'debug'),
'file' => env('WECHAT_LOG_FILE', '/tmp/easywechat.log'),
'file' => env('WECHAT_LOG_FILE', storage_path('logs/wechat.log')),
],

/**
* OAuth 配置
*
* scopes:公众平台(snsapi_userinfo / snsapi_base),开放平台:snsapi_login
* callback:OAuth授权完成后的回调页地址
* callback:OAuth授权完成后的回调页地址(如果使用中间件,则随便填写。。。)
*/
// 'oauth' => [
// 'scopes' => array_map('trim', explode(',', env('WECHAT_OAUTH_SCOPES', 'snsapi_userinfo'))),
Expand Down

0 comments on commit 19a9cb6

Please sign in to comment.