3 Star 33 Fork 5

go-admin / example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
honkui 提交于 2020-08-04 09:28 . update to v1.2.15
{
"debug": true,
"index": "/",
"prefix": "admin",
"language": "en",
"database": {
"default": {
"max_idle_con": 50,
"max_open_con": 150,
"file": "./admin.db",
"driver": "sqlite"
}
},
"store": {
"path": "./uploads",
"prefix": "uploads"
},
"access_log": "./logs/access.log",
"error_log": "./logs/error.log",
"info_log": "./logs/info.log",
"access_assets_log_off": true,
"theme": "adminlte",
"bootstrap_file_path": "./bootstrap.go",
"color_scheme": "skin-black"
}
Go
1
https://gitee.com/go-admin/example.git
git@gitee.com:go-admin/example.git
go-admin
example
example
master

搜索帮助