-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
35 lines (35 loc) · 911 Bytes
/
config.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
{
"systemName": "Train-ticket",
"clonePath": "./repos",
"outputPath": "./out",
"repositories": [
{
"repoUrl": "https://github.com/austinth127/austin-train-ticket-microservices-test.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"
]
}
]
}