daoyi-cloud-common 0.3.7

Common library for Daoyi Cloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
listen_addr = "127.0.0.1:8008"

[db]
url = "mysql://root:root@localhost/daoyi-rust-system-rbatis"

[jwt]
secret = "yoursecret"
expiry = 3600

[log]
file_name = "app.log"
rolling = "daily"

[redis]