1 Star 1 Fork 1

Luderson/birthday-wishes-sender

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.php 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luderson 提交于 2019-09-23 13:07 . 修正config文件
<?php
$_CFG = [
// 工作模式配置
'useMode' => 'MYSQL_DB', // MYSQL_DB/EXCEL 分别对应数据库方式和excel表格方式
// 系统其它配置
'sys' => [
'log' => '/log.log', //日志文件,会被__DIR__拼接
],
// mysql 数据库
'db' => [
'host' => '192.168.1.11',
'username' => 'root',
'password' => 'root',
'db'=> 'TD_OA',
'port' => 3306,
'prefix' => '',
'charset' => 'utf8'
],
// sms接口
'sms' => [
'loginName' => 'sms',
'password' => '123456',
'sign' => '【广西机电技师学院】',
'api_url' => 'http://sms.aliyun.com:8089/sendSMS.action',
],
];
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/lumoumou/birthday-wishes-sender.git
git@gitee.com:lumoumou/birthday-wishes-sender.git
lumoumou
birthday-wishes-sender
birthday-wishes-sender
master

搜索帮助