Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
message-call-service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邵兴业
message-call-service
Commits
01310dcc
Commit
01310dcc
authored
Aug 02, 2021
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 文档
parent
c1951dbd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
README.md
+2
-6
settings.js
+2
-2
No files found.
README.md
View file @
01310dcc
...
...
@@ -46,9 +46,7 @@ method : post
"code": 0,
"success": true,
"message": null,
"data": {
"messageId": "a102fa5c-5a5f-4282-9033-c9dfd9380584"
},
"data": "a102fa5c-5a5f-4282-9033-c9dfd9380584", // messageId
"requestId": "11adcc90-98c2-4ab8-8eb6-d48d57be1374"
}
```
...
...
@@ -90,9 +88,7 @@ method : post
"code": 0,
"success": true,
"message": null,
"data": {
"messageId": "a102fa5c-5a5f-4282-9033-c9dfd9380584"
},
"data": "a102fa5c-5a5f-4282-9033-c9dfd9380584", // messageId
"requestId": "11adcc90-98c2-4ab8-8eb6-d48d57be1374"
}
```
...
...
settings.js
View file @
01310dcc
export
default
{
MONGO
:
{
url
:
"mongodb://192.168.1
24.20
:27017/message-call"
url
:
"mongodb://192.168.1
8.101
:27017/message-call"
},
MQ
:
{
protocol
:
'amqp'
,
hostname
:
'192.168.1
24.20
'
,
hostname
:
'192.168.1
8.102
'
,
port
:
5672
,
username
:
'guest'
,
password
:
'guest'
,
...
...
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