diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 18:58:16 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 18:58:16 +0800 |
commit | 5efbde4fe92cf30799c3c9fd66251dfbc03c4d87 (patch) | |
tree | d7109bb8385ec0098996f170433e50c569f932d7 /conf/locale | |
parent | c4a0a404735cdcfdcb805e9fed474c75110bca89 (diff) |
conf: overhaul database settings
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 34306c48..77d98ab4 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -1216,22 +1216,22 @@ config.repo.upload.allowed_types = Upload allowed types config.repo.upload.file_max_size = Upload file size limit config.repo.upload.max_files = Upload files limit +config.db_config = Database configuration +config.db.type = Type +config.db.host = Host +config.db.name = Name +config.db.user = User +config.db.ssl_mode = SSL mode +config.db.ssl_mode_helper = (for "postgres" only) +config.db.path = Path +config.db.path_helper = (for "sqlite3"only) + config.log_file_root_path = Log File Root Path config.reverse_auth_user = Reverse Authentication User config.http_config = HTTP Configuration config.http_access_control_allow_origin = Access Control Allow Origin -config.db_config = Database Configuration -config.db_type = Type -config.db_host = Host -config.db_name = Name -config.db_user = User -config.db_ssl_mode = SSL Mode -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 config.disable_register = Disable Registration |