本地开发中的改动
This commit is contained in:
parent
4317136295
commit
07d1dcbce2
12
config.yaml
12
config.yaml
@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
port: "9090"
|
port: "9090"
|
||||||
# host: "https://psi.api.buzhiyushu.cn/"
|
# host: "https://psi.api.buzhiyushu.cn/"
|
||||||
host: "http://192.168.101.213:9090/"
|
host: "http://192.168.101.213:9090/"
|
||||||
|
|
||||||
database:
|
database:
|
||||||
@ -12,10 +12,10 @@ database:
|
|||||||
encrypt_key: "0123456789abcdef0123456789abcdef"
|
encrypt_key: "0123456789abcdef0123456789abcdef"
|
||||||
|
|
||||||
task_database:
|
task_database:
|
||||||
host: nj-cynosdbmysql-grp-1v6vxn5f.sql.tencentcdb.com
|
host: 36.212.7.35
|
||||||
port: "26247"
|
port: "3306"
|
||||||
user: root
|
user: zhishu
|
||||||
password: Long6166@@
|
password: KSwx1MDcRW
|
||||||
name: task
|
name: task
|
||||||
|
|
||||||
jwt:
|
jwt:
|
||||||
@ -49,7 +49,7 @@ es:
|
|||||||
ocr:
|
ocr:
|
||||||
service_url: "http://127.0.0.1:35569/ocr"
|
service_url: "http://127.0.0.1:35569/ocr"
|
||||||
exe_url: "./ocr/OCRService.exe"
|
exe_url: "./ocr/OCRService.exe"
|
||||||
|
|
||||||
external_api:
|
external_api:
|
||||||
# sync_product_url: "http://192.168.101.127:8080/zhishu/filterSet/save"
|
# sync_product_url: "http://192.168.101.127:8080/zhishu/filterSet/save"
|
||||||
sync_product_url: "https://api.buzhiyushu.cn/zhishu/filterSet/save"
|
sync_product_url: "https://api.buzhiyushu.cn/zhishu/filterSet/save"
|
||||||
|
|||||||
2
temp_build_err.txt
Normal file
2
temp_build_err.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# github.com/elastic/go-elasticsearch/v8/typedapi
|
||||||
|
C:\Users\Administrator\go\pkg\mod\github.com\elastic\go-elasticsearch\v8@v8.19.3\typedapi\api._.go:301:28: could not import github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase (can't find export data (bufio: buffer full))
|
||||||
Loading…
Reference in New Issue
Block a user