diff options
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-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 |