-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig-full-test.json
36 lines (36 loc) · 938 Bytes
/
config-full-test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"systemName": "Train-ticket",
"clonePath": "./repos-full-test",
"outputPath": "./out-full-test",
"repositories": [
{
"repoUrl": "https://github.com/cloudhubs/train-ticket-microservices.git",
"paths": [
"ts-admin-service",
"ts-assurance-service",
"ts-auth-service",
"ts-cancel-service",
"ts-config-service",
"ts-consign-service",
"ts-contacts-service",
"ts-delivery-service",
"ts-food-service",
"ts-gateway",
"ts-new-gateway",
"ts-notification-service",
"ts-order-related-service",
"ts-order-service",
"ts-preserve-service",
"ts-price-service",
"ts-rebook-service",
"ts-route-service",
"ts-security-service",
"ts-station-service",
"ts-travel-service",
"ts-ui-dashboard",
"ts-user-service",
"ts-server"
]
}
]
}