1、sync directory structure
This commit is contained in:
parent
b24683e6e3
commit
59813e2dff
@ -14,13 +14,13 @@ log:
|
||||
database:
|
||||
# sqlite只需要指定db_name即可
|
||||
type: "sqlite"
|
||||
db_name: "./data/sqlite/dash.db" # 如果是sqlite需要指定完整路径和文件名称
|
||||
db_name: "./data/sqlite/avcnet.db" # 如果是sqlite需要指定完整路径和文件名称
|
||||
# 其他远程数据库需要指定下面的内容
|
||||
user: ""
|
||||
password: ""
|
||||
host: ""
|
||||
port: 0
|
||||
max_conns: 0
|
||||
user: "root"
|
||||
password: "password"
|
||||
host: "192.168.177.1"
|
||||
port: 3306
|
||||
max_conns: 200
|
||||
|
||||
# 使用令牌桶限流
|
||||
rate:
|
||||
|
1
dao/redis/README.md
Normal file
1
dao/redis/README.md
Normal file
@ -0,0 +1 @@
|
||||
#zhanwei
|
1
services/README.md
Normal file
1
services/README.md
Normal file
@ -0,0 +1 @@
|
||||
#zhanwei
|
Loading…
Reference in New Issue
Block a user