No longer force to a single domain for new single tenant installs.

This commit is contained in:
Mark Crane
2014-11-16 04:28:14 +00:00
parent 63315f7eb9
commit ff2bdfcdf6
2 changed files with 5 additions and 5 deletions
@@ -267,11 +267,11 @@
If you need more than ONE domain you'll need to not use these options.
-->
<!--all inbound reg will look in this domain for the users -->
<param name="force-register-domain" value="$${domain}"/>
<!--<param name="force-register-domain" value="$${domain}"/>-->
<!--force the domain in subscriptions to this value -->
<param name="force-subscription-domain" value="$${domain}"/>
<!--<param name="force-subscription-domain" value="$${domain}"/>-->
<!--all inbound reg will stored in the db using this domain -->
<param name="force-register-db-domain" value="$${domain}"/>
<!--<param name="force-register-db-domain" value="$${domain}"/>-->
<!--<param name="delete-subs-on-register" value="false"/>-->