1、sync directory structure

This commit is contained in:
redhat 2025-05-22 11:45:28 +08:00
parent b24683e6e3
commit 59813e2dff
3 changed files with 8 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1 @@
#zhanwei

1
services/README.md Normal file
View File

@ -0,0 +1 @@
#zhanwei