提交 42215689 authored 作者: Raymond Chandler's avatar Raymond Chandler

change default from mysql to pgsql

上级 8d438d58
......@@ -13,7 +13,7 @@ if (basename($_SERVER['PHP_SELF']) == basename(__FILE__)) {
/**
* Defines the default dsn for the FS_PDO class
*/
define('DEFAULT_DSN', 'mysql:dbname=freeswitch;host=127.0.0.1');
define('DEFAULT_DSN', 'pgsql:dbname=freeswitch;host=127.0.0.1');
/**
* Defines the default dsn login for the PDO class
*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论