1 Star 0 Fork 53

homeleaf / yii2admin

forked from e282486518 / yii2admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.example 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
e282486518 提交于 2016-11-27 21:32 . 修复部分assets错误
# Framework
# ---------
YII_DEBUG = true
YII_ENV = dev
# Databases
# ---------
DB_DSN = mysql:host=127.0.0.1;port=3306;dbname=yii2admin
DB_USERNAME = root
DB_PASSWORD = root
DB_TABLE_PREFIX = yii2_
DB_CHARSET = utf8
# Urls
# ---------
FRONTEND_URL = /
BACKEND_URL = /admin
API_URL = /api
STORAGE_URL = /storage
# Redis
# --------
REDIS_HOST = 127.0.0.1
REDIS_PASSWORD = null
REDIS_PORT = 6379
# Mail
# ---------
MAIL_ADMIN = phphome@qq.com
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>
API_COOKIE_VALIDATION_KEY = <generated_key>
# Url美化
FRONTEND_PRETTY_URL = true
BACKEND_PRETTY_URL = true
API_PRETTY_URL = true
PHP
1
https://gitee.com/homeleaf/yii2admin.git
git@gitee.com:homeleaf/yii2admin.git
homeleaf
yii2admin
yii2admin
master

搜索帮助