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