diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-29 16:29:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 16:29:17 +0800 |
commit | 17ae0ed3eef54d96bd179ff7fec0540cf3024748 (patch) | |
tree | a9111282717da16feb83baf352ffb2ee5178ca0d /conf/locale | |
parent | d59b0f6ff7ee24d94eaa5ad68173405faea6a81c (diff) |
conf: overhaul settings (#5953)
* Overhaul cache settings
* Overhaul HTTP settings
* conf: overhaul more settings
* log: make LGTM happy
* travis: upload report to Codecov
* Add codecov.yml
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 168671ff..dacb676f 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -1276,11 +1276,15 @@ config.session.gc_interval = GC interval config.session.max_life_time = Max life time config.session.csrf_cookie_name = CSRF cookie -config.log_file_root_path = Log File Root Path +config.cache_config = Cache configuration +config.cache.adapter = Adapter +config.cache.interval = GC interval +config.cache.host = Host -config.http_config = HTTP Configuration -config.http_access_control_allow_origin = Access Control Allow Origin +config.http_config = HTTP configuration +config.http.access_control_allow_origin = Access control allow origin +config.log_file_root_path = Log File Root Path config.webhook_config = Webhook Configuration config.queue_length = Queue Length @@ -1290,11 +1294,6 @@ config.skip_tls_verify = Skip TLS Verify config.oauth_config = OAuth Configuration config.oauth_enabled = Enabled -config.cache_config = Cache Configuration -config.cache_adapter = Cache Adapter -config.cache_interval = Cache Interval -config.cache_conn = Cache Connection - config.picture_config = Picture Configuration config.picture_service = Picture Service config.disable_gravatar = Disable Gravatar |