3 Star 10 Fork 1

Taurus12C/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.php 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
Taurus12C 提交于 2019-12-02 16:25 +08:00 . add config.php.
<?php
return [
'wechat' => [
'appid' => '',
'appsecret' => '',
'token' => '',
],
'cache' => [
'type' => 'file',
'path' => __DIR__.'/cache/'
],
'redis' => [
'host' => '127.0.0.1',
'port' => '6379',
'auth' => '',
'dbIndex' => 0,
]
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/Taurus12C/wechat.git
git@gitee.com:Taurus12C/wechat.git
Taurus12C
wechat
wechat
master

搜索帮助