add strong warnings on force_hostname and port

This commit is contained in:
Jeff Atwood 2013-05-29 16:27:46 -07:00
parent 4e2c6f43d1
commit 52eeecd460
5 changed files with 10 additions and 10 deletions

View File

@ -361,8 +361,8 @@ da:
email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net" email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net"
version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard" version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard"
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development" port: "DEVELOPER ONLY! WARNING! Use this HTTP port rather than the default of port 80. Leave blank for default of 80."
force_hostname: "Specify a hostname in the URL. Leave blank for none, mainly useful for development" force_hostname: "DEVELOPER ONLY! WARNING! Specify a hostname in the URL. Leave blank for default."
invite_expiry_days: "How long user invitation keys are valid, in days" invite_expiry_days: "How long user invitation keys are valid, in days"

View File

@ -491,8 +491,8 @@ en:
email_domains_whitelist: "A pipe-delimited list of email domains that users may register with. WARNING: Users with email domains other than those listed will not be allowed." email_domains_whitelist: "A pipe-delimited list of email domains that users may register with. WARNING: Users with email domains other than those listed will not be allowed."
version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard" version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard"
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development" port: "DEVELOPER ONLY! WARNING! Use this HTTP port rather than the default of port 80. Leave blank for default of 80."
force_hostname: "Specify a hostname in the URL. Leave blank for none, mainly useful for development" force_hostname: "DEVELOPER ONLY! WARNING! Specify a hostname in the URL. Leave blank for default."
invite_expiry_days: "How long user invitation keys are valid, in days" invite_expiry_days: "How long user invitation keys are valid, in days"

View File

@ -349,8 +349,8 @@ es:
email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net" email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net"
version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard" version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard"
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development" port: "DEVELOPER ONLY! WARNING! Use this HTTP port rather than the default of port 80. Leave blank for default of 80."
force_hostname: "Specify a hostname in the URL. Leave blank for none, mainly useful for development" force_hostname: "DEVELOPER ONLY! WARNING! Specify a hostname in the URL. Leave blank for default."
invite_expiry_days: "How long user invitation keys are valid, in days" invite_expiry_days: "How long user invitation keys are valid, in days"

View File

@ -365,8 +365,8 @@ id:
email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net" email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net"
version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard" version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard"
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development" port: "DEVELOPER ONLY! WARNING! Use this HTTP port rather than the default of port 80. Leave blank for default of 80."
force_hostname: "Specify a hostname in the URL. Leave blank for none, mainly useful for development" force_hostname: "DEVELOPER ONLY! WARNING! Specify a hostname in the URL. Leave blank for default."
invite_expiry_days: "How long user invitation keys are valid, in days" invite_expiry_days: "How long user invitation keys are valid, in days"

View File

@ -406,8 +406,8 @@ sv:
email_domains_whitelist: "A pipe-delimited list of email domains that users may register with. WARNING: Users with email domains other than those listed will not be allowed." email_domains_whitelist: "A pipe-delimited list of email domains that users may register with. WARNING: Users with email domains other than those listed will not be allowed."
version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard" version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard"
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development" port: "DEVELOPER ONLY! WARNING! Use this HTTP port rather than the default of port 80. Leave blank for default of 80."
force_hostname: "Specify a hostname in the URL. Leave blank for none, mainly useful for development" force_hostname: "DEVELOPER ONLY! WARNING! Specify a hostname in the URL. Leave blank for default."
invite_expiry_days: "How long user invitation keys are valid, in days" invite_expiry_days: "How long user invitation keys are valid, in days"