-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 906 Bytes
/
config.json
File metadata and controls
43 lines (43 loc) · 906 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"app_cfg_file": "forge.json",
"executable": null,
"update_on_start": false,
"max_restarts": null,
"connections": {
"on": true,
"use": "rabbitmq",
"rabbitmq": {
"connection": {
"host": null,
"login": null,
"password": null,
"vhost": null
},
"queue": null,
"exchange": null,
"key": null
},
"http": {
"port": null,
"key": null
}
},
"scripts": {
"update": null
},
"watch": {
"on": false,
"path": null,
"exclude": []
},
"daemon": {
"on": false,
"pid_dir": "/tmp",
"stdout_log": "./out.log",
"stderr_log": "./out.log"
},
"git": {
"remote": "origin",
"revision": "master"
}
}