Skip to content

Commit f4f0c7d

Browse files
committed
update git conf
1 parent 94e7fbf commit f4f0c7d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,18 @@ make clean && make start
6767

6868
Some basic application services and basic service ports
6969

70-
| Service | HTTP PORT | GRPC PORT |
71-
|:-----------------------:|:---------:|:---------:|
72-
| app.interface.web3 | 61011 | 61012 |
73-
| app.service.demo | 62011 | 62012 |
74-
| app.service.data | 62021 | 62022 |
75-
| app.service.dex-finance | 62031 | 62032 |
76-
| app.service.dex-member | 62041 | 62042 |
77-
| app.job.datawatch | 63011 | 63012 |
78-
| app.job.databus | 63021 | 63022 |
79-
| app.job.analysis | 63031 | 63032 |
80-
70+
| Service | HTTP PORT | GRPC PORT | Mark |
71+
|:-----------------------:|:---------:|:---------:|:-----------------------------------:|
72+
| app.interface.web3 | 61011 | 61012 | a web3 generic gateway |
73+
| app.service.demo | 62011 | 62012 | a demo application |
74+
| app.service.data | 62021 | 62022 | a basis data application |
75+
| app.service.dex-finance | 62031 | 62032 | dex financial services |
76+
| app.service.dex-member | 62041 | 62042 | dex user applications |
77+
| app.job.datawatch | 63011 | 63012 | watch Data on the chain |
78+
| app.job.databus | 63021 | 63022 | handling some asynchronous messages |
79+
| app.job.analysis | 63031 | 63032 | a data analysis task |
80+
81+
some docker base app port
8182
| App | PORT |
8283
|:--------------------:|:----------------------:|
8384
| base.web3.mysql | 60001 |

0 commit comments

Comments
 (0)