add multiple-registrations flag to the core similar to mod_sofia

This commit is contained in:
Anthony Minessale 2011-02-17 12:14:48 -06:00
parent b36a7c0ba6
commit 28242f871a

View File

@ -98,7 +98,9 @@
<!-- <param name="core-db-name" value="/dev/shm/core.db" /> --> <!-- <param name="core-db-name" value="/dev/shm/core.db" /> -->
<!-- The system will create all the db schemas automatically, set this to false to avoid this behaviour--> <!-- The system will create all the db schemas automatically, set this to false to avoid this behaviour-->
<!--<param name="auto-create-schemas" value="true"/>--> <!--<param name="auto-create-schemas" value="true"/>-->
<!-- <param name="core-dbtype" value="MSSQL"/> --> <!-- <param name="core-dbtype" value="MSSQL"/> -->
<!-- Allow multiple registrations to the same account in the central registration table -->
<!-- <param name="multiple-registrations" value="true"/> -->
</settings> </settings>
</configuration> </configuration>