3 Star 18 Fork 4

idjl / shortUrl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
idjl 提交于 2019-03-25 00:14 . V2.0版本
<?php
/**
* @Author: Ding Jianlong
* @Date: 2019-03-20 22:44:12
* @Last Modified by: Ding Jianlong
* @Last Modified time: 2019-03-24 23:06:22
*/
//配置文件
$config = array(
'title' => "短网址演示", //网站标题
'site' => "https://51015.cn/demo/shortUrl", //短网址域名
//不允许缩短的域名,单个匹配,*表示所有的二级域名
'blackList' => array('*.51015.cn','baidu1.com','youku1.com'),
'key' => "idjl", //token 使用的密钥
//根据需求修改
'use_rewrite' => 1, // 是否使用伪静态,默认使用
//生成的短网址类型:abc表示字母数字混合,123为纯数字累加方式
'type' => 'abc',
);
PHP
1
https://gitee.com/idjl/shortUrl.git
git@gitee.com:idjl/shortUrl.git
idjl
shortUrl
shortUrl
master

搜索帮助