-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathfood.json
More file actions
24 lines (24 loc) · 712 Bytes
/
food.json
File metadata and controls
24 lines (24 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"apps": [
{
"name" : "api-gateway",
"script" : "api-gateway/index.js",
"watch" : "api-gateway/index.js"
},
{
"name" : "restaurants-service",
"script" : "restaurants-service/index.js",
"watch" : "restaurants-service/index.js"
},
{
"name" : "order-service",
"script" : "order-service/index.js",
"watch" : "order-service/index.js"
},
{
"name" : "delivery-service",
"script" : "delivery-service/index.js",
"watch" : "delivery-service/index.js"
}
]
}