fix: update bucket
This commit is contained in:
@@ -5,7 +5,7 @@ server:
|
|||||||
database:
|
database:
|
||||||
driver: mysql
|
driver: mysql
|
||||||
host: mysql
|
host: mysql
|
||||||
port: 3306
|
port: 3306
|
||||||
username: root
|
username: root
|
||||||
password: texpixel#pwd123!
|
password: texpixel#pwd123!
|
||||||
dbname: doc_ai
|
dbname: doc_ai
|
||||||
@@ -13,16 +13,16 @@ database:
|
|||||||
max_open: 100
|
max_open: 100
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
addr: redis:6379
|
addr: redis:6379
|
||||||
password: yoge@123321!
|
password: yoge@123321!
|
||||||
db: 0
|
db: 0
|
||||||
|
|
||||||
limit:
|
limit:
|
||||||
formula_recognition: 3
|
formula_recognition: 3
|
||||||
|
|
||||||
log:
|
log:
|
||||||
appName: document_ai
|
appName: document_ai
|
||||||
level: info
|
level: info
|
||||||
format: console # json, console
|
format: console # json, console
|
||||||
outputPath: ./logs/app.log # 日志文件路径
|
outputPath: ./logs/app.log # 日志文件路径
|
||||||
maxSize: 2 # 单个日志文件最大尺寸,单位MB
|
maxSize: 2 # 单个日志文件最大尺寸,单位MB
|
||||||
@@ -30,7 +30,6 @@ log:
|
|||||||
maxBackups: 1 # 保留的旧日志文件最大数量
|
maxBackups: 1 # 保留的旧日志文件最大数量
|
||||||
compress: false # 是否压缩旧日志
|
compress: false # 是否压缩旧日志
|
||||||
|
|
||||||
|
|
||||||
aliyun:
|
aliyun:
|
||||||
sms:
|
sms:
|
||||||
access_key_id: "LTAI5tB9ur4ExCF4dYPq7hLz"
|
access_key_id: "LTAI5tB9ur4ExCF4dYPq7hLz"
|
||||||
@@ -43,12 +42,11 @@ aliyun:
|
|||||||
inner_endpoint: oss-cn-beijing-internal.aliyuncs.com
|
inner_endpoint: oss-cn-beijing-internal.aliyuncs.com
|
||||||
access_key_id: LTAI5t8qXhow6NCdYDtu1saF
|
access_key_id: LTAI5t8qXhow6NCdYDtu1saF
|
||||||
access_key_secret: qZ2SwYsNCEBckCVSOszH31yYwXU44A
|
access_key_secret: qZ2SwYsNCEBckCVSOszH31yYwXU44A
|
||||||
bucket_name: texpixel-doc
|
bucket_name: texpixel-doc1
|
||||||
|
|
||||||
mathpix:
|
mathpix:
|
||||||
app_id: "ocr_eede6f_ea9b5c"
|
app_id: "ocr_eede6f_ea9b5c"
|
||||||
app_key: "fb72d251e33ac85c929bfd4eec40d78368d08d82fb2ee1cffb04a8bb967d1db5"
|
app_key: "fb72d251e33ac85c929bfd4eec40d78368d08d82fb2ee1cffb04a8bb967d1db5"
|
||||||
|
|
||||||
|
|
||||||
baidu_ocr:
|
baidu_ocr:
|
||||||
token: "e3a47bd2438f1f38840c203fc5939d17a54482d1"
|
token: "e3a47bd2438f1f38840c203fc5939d17a54482d1"
|
||||||
|
|||||||
Reference in New Issue
Block a user