You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/01/09 22:40:27 UTC

[07/22] isis git commit: ISIS-1557: reorders configuration properties alphabetically.

ISIS-1557: reorders configuration properties alphabetically.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/0e4f1ffa
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/0e4f1ffa
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/0e4f1ffa

Branch: refs/heads/master
Commit: 0e4f1ffa66547642fe89b82e2eb959544d3d8ea5
Parents: ac2907d
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Dec 21 12:28:15 2016 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Dec 21 12:28:15 2016 +0000

----------------------------------------------------------------------
 .../guides/_rgcfg_configuring-core.adoc         | 33 +++++++++++---------
 1 file changed, 18 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0e4f1ffa/adocs/documentation/src/main/asciidoc/guides/_rgcfg_configuring-core.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rgcfg_configuring-core.adoc b/adocs/documentation/src/main/asciidoc/guides/_rgcfg_configuring-core.adoc
index e4f894e..213f000 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rgcfg_configuring-core.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rgcfg_configuring-core.adoc
@@ -241,21 +241,6 @@ If no configuration property is available, then the defaults is determined by th
 
 
 | `isis.service.` +
-`email.tls.enabled`
-|`true`,`false` +
-(`true`)
-|Whether to enable TLS for the email SMTP connection (used by xref:rgsvc.adoc#_rgsvc_api_EmailService[`EmailService`]).  +
-
-NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.services.email`)
-
-| `isis.service.` +
-`email.sender.hostname` +
-| host (`_smtp.gmail.com_`)
-|The hostname of the external SMTP provider (used by xref:rgsvc.adoc#_rgsvc_api_EmailService[`EmailService`]).  +
-
-NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.services.email`)
-
-| `isis.service.` +
 `email.port` +
 | port number (`_587_`)
 |The port number for the SMTP service on the the external SMTP host (used by xref:rgsvc.adoc#_rgsvc_api_EmailService[`EmailService`]).  +
@@ -270,6 +255,15 @@ NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.serv
 
 NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.services.email`)
 
+
+| `isis.service.` +
+`email.sender.hostname` +
+| host (`_smtp.gmail.com_`)
+|The hostname of the external SMTP provider (used by xref:rgsvc.adoc#_rgsvc_api_EmailService[`EmailService`]).  +
+
+NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.services.email`)
+
+
 | `isis.service.` +
 `email.sender.password` +
 | email password
@@ -278,6 +272,15 @@ NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.serv
 NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.services.email`)
 
 
+| `isis.service.` +
+`email.tls.enabled`
+|`true`,`false` +
+(`true`)
+|Whether to enable TLS for the email SMTP connection (used by xref:rgsvc.adoc#_rgsvc_api_EmailService[`EmailService`]).  +
+
+NB: note that the key is mis-spelt, (`isis.service.email` rather than `isis.services.email`)
+
+
 | `isis.services.` +
 `eventbus.implementation` +
 | `guava`, `axon`, +