feat: add list api
This commit is contained in:
@@ -5,7 +5,7 @@ server:
|
||||
database:
|
||||
driver: mysql
|
||||
host: mysql
|
||||
port: 3306 # 容器内部端口,不是宿主机映射的 3006
|
||||
port: 3306
|
||||
username: root
|
||||
password: texpixel#pwd123!
|
||||
dbname: doc_ai
|
||||
@@ -13,7 +13,7 @@ database:
|
||||
max_open: 100
|
||||
|
||||
redis:
|
||||
addr: redis:6379 # 容器内部端口,不是宿主机映射的 6079
|
||||
addr: redis:6379
|
||||
password: yoge@123321!
|
||||
db: 0
|
||||
|
||||
@@ -22,7 +22,7 @@ limit:
|
||||
|
||||
log:
|
||||
appName: document_ai
|
||||
level: info # debug, info, warn, error
|
||||
level: info
|
||||
format: console # json, console
|
||||
outputPath: ./logs/app.log # 日志文件路径
|
||||
maxSize: 2 # 单个日志文件最大尺寸,单位MB
|
||||
@@ -41,6 +41,6 @@ aliyun:
|
||||
oss:
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
inner_endpoint: oss-cn-beijing-internal.aliyuncs.com
|
||||
access_key_id: LTAI5tKogxeiBb4gJGWEePWN
|
||||
access_key_secret: l4oCxtt5iLSQ1DAs40guTzKUfrxXwq
|
||||
bucket_name: bitwsd-doc-ai
|
||||
access_key_id: LTAI5t8qXhow6NCdYDtu1saF
|
||||
access_key_secret: qZ2SwYsNCEBckCVSOszH31yYwXU44A
|
||||
bucket_name: texpixel-doc
|
||||
|
||||
Reference in New Issue
Block a user