Skip to content

Commit 0014eaf

Browse files
committed
refactor: regenerate suite.json with CLI generate
1 parent 7d9548c commit 0014eaf

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed

suite.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"projectName": "microservices-suite",
3+
"repo_name": "microservices-suite",
4+
"apis": [
5+
"REST",
6+
"GraphQL"
7+
],
8+
"webserver": "nginx",
9+
"license": "MIT",
10+
"project_base": "@microservices-suite",
11+
"private": true,
12+
"default_broker": "rabbitmq",
13+
"services": [
14+
{
15+
"name": "customer-service",
16+
"port": 9000
17+
},
18+
{
19+
"name": "product-service",
20+
"port": 9002
21+
},
22+
{
23+
"name": "rbac-service",
24+
"port": 9004
25+
},
26+
{
27+
"name": "rbac-service",
28+
"port": 9005
29+
},
30+
{
31+
"name": "rbac-service",
32+
"port": 9005
33+
},
34+
{
35+
"name": "payment-service",
36+
"port": 9006
37+
},
38+
{
39+
"name": "notification-service",
40+
"port": 9007
41+
},
42+
{
43+
"name": "email-service",
44+
"port": 9008
45+
},
46+
{
47+
"name": "cart-service",
48+
"port": 9009
49+
},
50+
{
51+
"name": "cart",
52+
"port": 9010
53+
},
54+
{
55+
"name": "user",
56+
"port": 9011
57+
},
58+
{
59+
"name": "customer",
60+
"port": 9012
61+
},
62+
{
63+
"name": "email",
64+
"port": 9013
65+
},
66+
{
67+
"name": "notification",
68+
"port": 9014
69+
},
70+
{
71+
"name": "payment",
72+
"port": 9015
73+
},
74+
{
75+
"name": "product",
76+
"port": 9016
77+
},
78+
{
79+
"name": "rbac",
80+
"port": 9017
81+
},
82+
{
83+
"name": "supplier",
84+
"port": 9018
85+
},
86+
{
87+
"name": "upload",
88+
"port": 9019
89+
}
90+
],
91+
"apollo_servers": [
92+
{
93+
"name": "app1",
94+
"port": 8001
95+
}
96+
]
97+
}

0 commit comments

Comments
 (0)