forked from cubedro/eth-net-intelligence-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
24 lines (24 loc) · 744 Bytes
/
app.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
[
{
"name" : "node-app-oms",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"merge_logs" : false,
"watch" : false,
"max_restarts" : 10,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode",
"env":
{
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8540",
"LISTENING_PORT" : "30300",
"INSTANCE_NAME" : "",
"CONTACT_DETAILS" : "",
"VERBOSITY" : 3,
"OMS_WORKSPACE_ID": "Found in the OMS Portal under Settings / Connected Services",
"OMS_KEY" : "Found in the OMS Portal under Settings / Connected Services"
}
}
]