1 Star 0 Fork 36

张荣芳/yii2cmf

forked from rainforyou/yii2cmf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env.example 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
易大师 提交于 2017-03-07 13:06 . urlrule
# Framework
# ---------
YII_DEBUG = true
YII_ENV = dev
# Databases
# ---------
DB_DSN = mysql:host=127.0.0.1;port=3306;dbname=yii
DB_USERNAME = root
DB_PASSWORD = root1234
DB_TABLE_PREFIX = yii2cmf_
# Redis
# --------
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
# Mail
# ---------
MAIL_DRIVER=smtp
MAIL_HOST=smtp.163.com
MAIL_PORT=25
MAIL_USERNAME=your_mail_username
MAIL_PASSWORD=your_mail_password
MAIL_ENCRYPTION=null
# Other
# -----
FRONTEND_COOKIE_VALIDATION_KEY=<generated_key>
BACKEND_COOKIE_VALIDATION_KEY=<generated_key>
# Urls
# ----
SITE_URL = http://localhost:8080
# 搜索驱动(xunsearch需要安装xunsearch服务端)
SEARCH_ENGINE = local
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fanrongzhang/yii2cmf.git
[email protected]:fanrongzhang/yii2cmf.git
fanrongzhang
yii2cmf
yii2cmf
master

搜索帮助