You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/manual/configuration.textile
+9-9
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Default: @PLAY_LANG@
40
40
41
41
h3(#application.langs). application.langs
42
42
43
-
Defines locales used by your application. You can then place localized messages in @conf/messages.{locale}@ files. The value is a comma-separated list of language codes, for example:
43
+
Defines locales used by your application. You can then place localised messages in @conf/messages.{locale}@ files. The value is a comma-separated list of language codes, for example:
44
44
45
45
bc. application.langs=fr,en,ja
46
46
@@ -99,7 +99,7 @@ Default: no value.
99
99
100
100
h3(#application.secret). application.secret
101
101
102
-
The secret key is used to secure cryptographics functions, usually set by the @play new@ or @play secret@ command. If you deploy your application to several instances be sure to use the same key. For example:
102
+
The secret key is used to secure cryptographic functions, usually set by the @play new@ or @play secret@ command. If you deploy your application to several instances be sure to use the same key. For example:
When using SSL connections with JavaMail, the default SSL behavior is to drop the connection if the remote server certificate is not signed by a root certificate. This is the case in particular when using a self-signed certificate. Play’s default behavior is to skip that check. You can control this using this property.
724
+
When using SSL connections with JavaMail, the default SSL behaviour is to drop the connection if the remote server certificate is not signed by a root certificate. This is the case in particular when using a self-signed certificate. Play’s default behaviour is to skip that check. You can control this using this property.
725
725
726
726
727
727
h3(#mail.smtp.user). mail.smtp.user
@@ -783,7 +783,7 @@ Default: none - no maximum.
783
783
784
784
h3(#play.pool). play.pool
785
785
786
-
Execution pool size. Try to keep this as low as possible. Setting this to 1 thread will serialize all requests (very useful for debugging purpose). For example:
786
+
Execution pool size. Try to keep this as low as possible. Setting this to 1 thread will serialise all requests (very useful for debugging purpose). For example:
0 commit comments