add strong warnings on force_hostname and port
This commit is contained in:
parent
4e2c6f43d1
commit
52eeecd460
|
@ -361,8 +361,8 @@ da:
|
|||
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"
|
||||
|
||||
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development"
|
||||
force_hostname: "Specify a hostname in the URL. 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: "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"
|
||||
|
||||
|
|
|
@ -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."
|
||||
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"
|
||||
force_hostname: "Specify a hostname in the URL. 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: "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"
|
||||
|
||||
|
|
|
@ -349,8 +349,8 @@ es:
|
|||
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"
|
||||
|
||||
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development"
|
||||
force_hostname: "Specify a hostname in the URL. 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: "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"
|
||||
|
||||
|
|
|
@ -365,8 +365,8 @@ id:
|
|||
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"
|
||||
|
||||
port: "Use this HTTP port rather than the default of port 80. Leave blank for none, mainly useful for development"
|
||||
force_hostname: "Specify a hostname in the URL. 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: "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"
|
||||
|
||||
|
|
|
@ -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."
|
||||
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"
|
||||
force_hostname: "Specify a hostname in the URL. 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: "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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue