Commit 323fc8c7 by 孙龙

up

parent 7f3a745c
......@@ -45,9 +45,9 @@ url:http://192.168.1.252:8700/callback
### .项目启动
http:
go run ./cmd/http/main.go -config=./config/dev/ -logdir = ./logs/
go run ./cmd/http/main.go -config=./config/dev/ -logdir=./logs/
队列监听:
go run ./cmd/task/main.go -config=./config/dev/ -logdir = ./logs/
go run ./cmd/task/main.go -config=./config/dev/ -logdir=./logs/
##项目的目录结构
......
The file could not be displayed because it is too large.
......@@ -2,7 +2,7 @@
ShowSQL = false
[async_task]
data_source_name = "lie_async_task:lie_async_task#zsyM@tcp(192.168.1.252:3306)/liexin_async_task?charset=utf8&parseTime=true&loc=Asia%2FChongqing"
data_source_name = "lie_async_task:lie_async_task#zsyM@tcp(192.168.1.252:3306)/liexin_async_task?charset=utf8&parseTime=true&loc=Asia%2FShanghai"
max_open_conn = 20
max_idle_conn = 10
table_prefix = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment