1 Star 0 Fork 719

gisinaction/DocHub

forked from xiezunjin/DocHub 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
database.conf.example 367 Bytes
Copy Edit Raw Blame History
进击的皇虫 authored 2018-05-17 10:53 +08:00 . 新建 database.conf.example
[db]
#数据库配置
#内网
hostInternal=localhost
#外网
hostOuter=localhost
# 端口
port=3306
# 数据库用户名
user=root
# 数据库密码
password=
# 使用的数据库
database=dochub
# 表前缀
prefix=hc_
# 字符类型
charset=utf8
#设置最大空闲连接
maxIdle= 50
#设置最大数据库连接
maxConn= 300
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/springjava/DocHub.git
git@gitee.com:springjava/DocHub.git
springjava
DocHub
DocHub
master

Search