Rename config fields and improve logging

This commit is contained in:
Alex Ling
2021-09-06 03:35:46 +00:00
parent 79ef7bcd1c
commit 51806f18db
2 changed files with 22 additions and 14 deletions

View File

@@ -20,8 +20,9 @@ class Config
property plugin_path : String = File.expand_path "~/mango/plugins",
home: true
property download_timeout_seconds : Int32 = 30
property sorted_entries_cache_enable = false
property sorted_entries_cache_size_mbs = 50
property cache_enabled = false
property cache_size_mbs = 50
property cache_log_enabled = true
property disable_login = false
property default_username = ""
property auth_proxy_header_name = ""