Commit 50743446158dd5a335ad7f9751901721c54af741
1 parent
4091ab82
Exists in
master
update config
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app.config.json
| 1 | 1 | { |
| 2 | 2 | "default": { |
| 3 | - "appName": "Hostpital", | |
| 3 | + "appName": "Hospital", | |
| 4 | 4 | "appPort": 3000, |
| 5 | 5 | "apiUrlPrefix": "/api", |
| 6 | 6 | "requestTimeout": 10, |
| ... | ... | @@ -32,12 +32,12 @@ |
| 32 | 32 | "file" : true |
| 33 | 33 | }, |
| 34 | 34 | "stat" : { |
| 35 | - "time" : 15, | |
| 35 | + "time" : 1, | |
| 36 | 36 | "size" : null, |
| 37 | 37 | "path" : "./logs/stat", |
| 38 | 38 | "mode" : 0, |
| 39 | 39 | "pathDB" : "undefined", |
| 40 | - "statInterval" : 15, | |
| 40 | + "statInterval" : 1, | |
| 41 | 41 | "console" : false, |
| 42 | 42 | "file" : true |
| 43 | 43 | } | ... | ... |