0.1.1 |
|
---|
#97 in #user-name
Used in 2 crates
15KB
111 lines
profiles下属说明
db: 数据库配置文件名字 例如:"test" 文件名字为 "db_test.toml"
数据库配置详细说明:
- [mysql]
- ip: 数据库地址 例如:"127.0.0.1"
- port: 数据库端口 例如:3306 不带引号
- username: 数据库账号 例如:"root"
- password: 数据库密码 例如:"123456"
- db_name: 数据库库名 例如:"test"
redis缓存配置详细说明:
- [redis]
- ip: ip地址 例如:"127.0.0.1"
- port: 端口 例如:6379 不带引号
- token_timeout: token超时时间 例如: 86400 不带引号
- timeout: 普通缓存超时时间 例如: 86400 不带引号 0则为一直存在
Dependencies
~5.5–8MB
~121K SLoC