diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-06-17 02:24:49 +0800 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-06-16 19:24:49 +0100 |
commit | 1e8a6164262bafd6878269b153c43686977c4603 (patch) | |
tree | adcd1e8fb291214d7624421c8d76a2b9045652b0 /options | |
parent | d8168b356d3ddaf3c38815a46ab075bf5bbe93c6 (diff) | |
download | gitea-1e8a6164262bafd6878269b153c43686977c4603.tar.gz gitea-1e8a6164262bafd6878269b153c43686977c4603.zip |
show lfs config on admin panel (#7220)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 71c76fd9b6..97e4e3f91c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1722,6 +1722,11 @@ config.ssh_keygen_path = Keygen ('ssh-keygen') Path config.ssh_minimum_key_size_check = Minimum Key Size Check config.ssh_minimum_key_sizes = Minimum Key Sizes +config.lfs_config = LFS Configuration +config.lfs_enabled = Enabled +config.lfs_content_path = LFS Content Path +config.lfs_http_auth_expiry = LFS HTTP Auth Expiry + config.db_config = Database Configuration config.db_type = Type config.db_host = Host |