diff options
Diffstat (limited to 'conf/esm.config.json')
-rw-r--r-- | conf/esm.config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/esm.config.json b/conf/esm.config.json index 64b2af2..af3fe3d 100644 --- a/conf/esm.config.json +++ b/conf/esm.config.json @@ -3,7 +3,8 @@ "version": "2.5", "website": "http://www.ezservermonitor.com", "check_updates": true, - "auto_refresh": 0 + "auto_refresh": 0, + "custom_title": "" }, "cpu": { "enable_temperature": true @@ -19,6 +20,7 @@ ] }, "last_login": { + "enable": true, "max": 5 }, "services": { |