No longer force to a single domain for new single tenant installs.
This commit is contained in:
@@ -108,9 +108,9 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
<!--all inbound reg will look in this domain for the users -->
|
<!--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}"/>-->
|
||||||
<!--all inbound reg will stored in the db using this 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}"/>-->
|
||||||
<!-- disable register and transfer which may be undesirable in a public switch -->
|
<!-- disable register and transfer which may be undesirable in a public switch -->
|
||||||
<!--<param name="disable-transfer" value="true"/>-->
|
<!--<param name="disable-transfer" value="true"/>-->
|
||||||
<!--<param name="disable-register" value="true"/>-->
|
<!--<param name="disable-register" value="true"/>-->
|
||||||
|
|||||||
@@ -267,11 +267,11 @@
|
|||||||
If you need more than ONE domain you'll need to not use these options.
|
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 -->
|
<!--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 -->
|
<!--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 -->
|
<!--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"/>-->
|
<!--<param name="delete-subs-on-register" value="false"/>-->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user