UNPKG
easy-to-deploy-server
Version:
latest (1.1.9)
1.1.9
1.1.8
1.1.7
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Quick deployment
easy-to-deploy-server
/
config.json
16 lines
•
412 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"setup"
:
true
,
"apps"
:
[
{
"id"
:
1
,
"name"
:
"digi"
,
"rootPath"
:
"/Volumes/Official/node/easy-deploy-server"
,
"status"
:
"running"
,
"host"
:
"0.0.0.0"
,
"port"
:
61337
,
"createdAt"
:
"2020-03-10T17:51:18.093Z"
,
"updatedAt"
:
"2020-03-10T17:51:18.093Z"
,
"script"
:
"git status"
}
]
}