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 | "default": { | 2 | "default": { |
3 | - "appName": "Hostpital", | 3 | + "appName": "Hospital", |
4 | "appPort": 3000, | 4 | "appPort": 3000, |
5 | "apiUrlPrefix": "/api", | 5 | "apiUrlPrefix": "/api", |
6 | "requestTimeout": 10, | 6 | "requestTimeout": 10, |
@@ -32,12 +32,12 @@ | @@ -32,12 +32,12 @@ | ||
32 | "file" : true | 32 | "file" : true |
33 | }, | 33 | }, |
34 | "stat" : { | 34 | "stat" : { |
35 | - "time" : 15, | 35 | + "time" : 1, |
36 | "size" : null, | 36 | "size" : null, |
37 | "path" : "./logs/stat", | 37 | "path" : "./logs/stat", |
38 | "mode" : 0, | 38 | "mode" : 0, |
39 | "pathDB" : "undefined", | 39 | "pathDB" : "undefined", |
40 | - "statInterval" : 15, | 40 | + "statInterval" : 1, |
41 | "console" : false, | 41 | "console" : false, |
42 | "file" : true | 42 | "file" : true |
43 | } | 43 | } |