|
@@ -1008,6 +1008,7 @@ config.db_ssl_mode = SSL Mode
|
|
config.db_ssl_mode_helper = (for "postgres" only)
|
|
config.db_ssl_mode_helper = (for "postgres" only)
|
|
config.db_path = Path
|
|
config.db_path = Path
|
|
config.db_path_helper = (for "sqlite3" and "tidb")
|
|
config.db_path_helper = (for "sqlite3" and "tidb")
|
|
|
|
+
|
|
config.service_config = Service Configuration
|
|
config.service_config = Service Configuration
|
|
config.register_email_confirm = Require Email Confirmation
|
|
config.register_email_confirm = Require Email Confirmation
|
|
config.disable_register = Disable Registration
|
|
config.disable_register = Disable Registration
|
|
@@ -1018,10 +1019,12 @@ config.disable_key_size_check = Disable Minimum Key Size Check
|
|
config.enable_captcha = Enable Captcha
|
|
config.enable_captcha = Enable Captcha
|
|
config.active_code_lives = Active Code Lives
|
|
config.active_code_lives = Active Code Lives
|
|
config.reset_password_code_lives = Reset Password Code Lives
|
|
config.reset_password_code_lives = Reset Password Code Lives
|
|
|
|
+
|
|
config.webhook_config = Webhook Configuration
|
|
config.webhook_config = Webhook Configuration
|
|
config.queue_length = Queue Length
|
|
config.queue_length = Queue Length
|
|
config.deliver_timeout = Deliver Timeout
|
|
config.deliver_timeout = Deliver Timeout
|
|
config.skip_tls_verify = Skip TLS Verify
|
|
config.skip_tls_verify = Skip TLS Verify
|
|
|
|
+
|
|
config.mailer_config = Mailer Configuration
|
|
config.mailer_config = Mailer Configuration
|
|
config.mailer_enabled = Enabled
|
|
config.mailer_enabled = Enabled
|
|
config.mailer_disable_helo = Disable HELO
|
|
config.mailer_disable_helo = Disable HELO
|
|
@@ -1031,12 +1034,15 @@ config.mailer_user = User
|
|
config.send_test_mail = Send Test Email
|
|
config.send_test_mail = Send Test Email
|
|
config.test_mail_failed = Fail to send test email to '%s': %v
|
|
config.test_mail_failed = Fail to send test email to '%s': %v
|
|
config.test_mail_sent = Test email has been sent to '%s'.
|
|
config.test_mail_sent = Test email has been sent to '%s'.
|
|
|
|
+
|
|
config.oauth_config = OAuth Configuration
|
|
config.oauth_config = OAuth Configuration
|
|
config.oauth_enabled = Enabled
|
|
config.oauth_enabled = Enabled
|
|
|
|
+
|
|
config.cache_config = Cache Configuration
|
|
config.cache_config = Cache Configuration
|
|
config.cache_adapter = Cache Adapter
|
|
config.cache_adapter = Cache Adapter
|
|
config.cache_interval = Cache Interval
|
|
config.cache_interval = Cache Interval
|
|
config.cache_conn = Cache Connection
|
|
config.cache_conn = Cache Connection
|
|
|
|
+
|
|
config.session_config = Session Configuration
|
|
config.session_config = Session Configuration
|
|
config.session_provider = Session Provider
|
|
config.session_provider = Session Provider
|
|
config.provider_config = Provider Config
|
|
config.provider_config = Provider Config
|
|
@@ -1046,10 +1052,24 @@ config.gc_interval_time = GC Interval Time
|
|
config.session_life_time = Session Life Time
|
|
config.session_life_time = Session Life Time
|
|
config.https_only = HTTPS Only
|
|
config.https_only = HTTPS Only
|
|
config.cookie_life_time = Cookie Life Time
|
|
config.cookie_life_time = Cookie Life Time
|
|
|
|
+
|
|
config.picture_config = Picture Configuration
|
|
config.picture_config = Picture Configuration
|
|
config.picture_service = Picture Service
|
|
config.picture_service = Picture Service
|
|
config.disable_gravatar = Disable Gravatar
|
|
config.disable_gravatar = Disable Gravatar
|
|
config.enable_federated_avatar = Enable Federated Avatars
|
|
config.enable_federated_avatar = Enable Federated Avatars
|
|
|
|
+
|
|
|
|
+config.git_config = Git Configuration
|
|
|
|
+config.git_disable_diff_highlight = Disable Diff Syntax Highlight
|
|
|
|
+config.git_max_diff_lines = Max Diff Lines (for a single file)
|
|
|
|
+config.git_max_diff_line_characters = Max Diff Characters (for a single line)
|
|
|
|
+config.git_max_diff_files = Max Diff Files (to be shown)
|
|
|
|
+config.git_gc_args = GC Arguments
|
|
|
|
+config.git_migrate_timeout = Migration Timeout
|
|
|
|
+config.git_mirror_timeout = Mirror Update Timeout
|
|
|
|
+config.git_clone_timeout = Clone Operation Timeout
|
|
|
|
+config.git_pull_timeout = Pull Operation Timeout
|
|
|
|
+config.git_gc_timeout = GC Operation Timeout
|
|
|
|
+
|
|
config.log_config = Log Configuration
|
|
config.log_config = Log Configuration
|
|
config.log_mode = Log Mode
|
|
config.log_mode = Log Mode
|
|
|
|
|