Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
golang_asynctask
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
420114e8
authored
Apr 23, 2021
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
48965560
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
README.md
config/prod/config.toml
README.md
View file @
420114e8
...
...
@@ -26,6 +26,7 @@ config/proxy.toml.http.addr 修改成你的ip地址或者本地127.0.0.1
### 6.项目启动
go run ./cmd/main.go
go run ./cmd/crm/recv_comuser/main.go -config=./config/prod/ -logdir = ./logs/
go run ./cmd/crm/sync_comuser_to_erp/main.go -config=./config/prod/ -logdir = ./logs/
##项目的目录结构
...
...
config/prod/config.toml
View file @
420114e8
...
...
@@ -6,17 +6,17 @@ pushErpDomain = "http://crm.ichunt.net/api/pushComUserRelationToErp"
apiKey
=
"crm a1b2c3d4e5f6g7h8i9jk"
[rabbitmq_crm_comuser]
queue_name=
"
maxwell
"
routing_key=
"maxwell_liexin_crm.lie_invoice_company"
exchange=
""
queue_name=
"
bus_crm_com_user_to_erp
"
routing_key=
"maxwell_liexin_crm.lie_invoice_company
"
exchange=
"
maxwell_crm
"
type=
"direct"
dns=
"amqp://WmsQue:EizM9I1TAxoO0tmzoOm@172.18.137.33:5672/"
[rabbitmq_crm_comuser]
queue_name=
"crm_
comuser
toerp"
routing_key=
"crm_
comuser
toerp"
queue_name=
"crm_
pushcomuser_
toerp"
routing_key=
"crm_
pushcomuser_
toerp"
exchange=
""
type=
"direct"
dns=
"amqp://WmsQue:EizM9I1TAxoO0tmzoOm@172.18.137.33:5672/"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment