Home
Stats
Owners
Reports
VCS
Rustfmt
MSRV
CI systems
Homepages
Errors
News
Training
Support
About
Rust Digger
repository
CI
format
Cargo.toml
db_utils_config
Crates.io
db_utils_config
lib.rs
db_utils_config
version
0.1.1
source
src
created_at
2023-03-03 06:48:46.816287
updated_at
2023-03-03 06:48:46.816287
description
db_utils所需的db_utils_config
homepage
repository
max_upload_size
id
799512
size
42,136
(cnYannuo)
documentation
README
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则为一直存在
Commit count: 0
cargo fmt