]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add doc to the config
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Aug 2010 14:58:14 +0000 (09:58 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Aug 2010 14:58:14 +0000 (09:58 -0500)
conf/autoload_configs/switch.conf.xml

index e1f89f88ac688d6543975e449de7eb1690c83f1f..55202efd710d4012e81156854839ee14c983ff54 100644 (file)
@@ -79,6 +79,8 @@
     <!--<param name="rtp-end-port" value="32768"/>-->
     <param name="rtp-enable-zrtp" value="true"/>
     <!-- <param name="core-db-dsn" value="dsn:username:password" /> -->
+    <!-- The system will create all the db schemas automaticly, set this to false to avoid this behaviour-->
+    <!--<param name="auto-create-schemas" value="true"/>-->
   </settings>
 
 </configuration>