diff options
author | Lauris BH <lauris@nix.lv> | 2018-06-07 02:13:42 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-06-06 18:13:42 -0500 |
commit | a89d6253e081923ad26e2303f8c543c53c9ed39c (patch) | |
tree | 7a41df9810d8ebb87c232ed9e4bc8537fde062f4 /options | |
parent | e5fd43c231ed1884f491db14183427f1b0ec7bc0 (diff) | |
download | gitea-a89d6253e081923ad26e2303f8c543c53c9ed39c.tar.gz gitea-a89d6253e081923ad26e2303f8c543c53c9ed39c.zip |
Show only needed values in database configuration section depending on type (#4164)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f2862bde80..e510e9954d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1475,9 +1475,7 @@ config.db_host = Host config.db_name = Name config.db_user = Username config.db_ssl_mode = SSL -config.db_ssl_mode_helper = (for "postgres" only) config.db_path = Path -config.db_path_helper = (for "sqlite3" and "tidb") config.service_config = Service Configuration config.register_email_confirm = Require Email Confirmation to Register |