[freeside-commits] branch FREESIDE_4_BRANCH updated. 8e6f89bf64394706aafcb949cc33dae88bbb6bcc

Ivan ivan at 420.am
Wed Sep 9 22:12:55 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  8e6f89bf64394706aafcb949cc33dae88bbb6bcc (commit)
      from  e1887ef9da2b3f715af9f1b3d6b0e0eec7fdc751 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8e6f89bf64394706aafcb949cc33dae88bbb6bcc
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 9 22:12:54 2015 -0700

    default torrus to Pg

diff --git a/torrus/configs/torrus-siteconfig.pl b/torrus/configs/torrus-siteconfig.pl
index 504c0f3..0ecec1c 100644
--- a/torrus/configs/torrus-siteconfig.pl
+++ b/torrus/configs/torrus-siteconfig.pl
@@ -25,7 +25,7 @@ $Torrus::Freeside::FSURL = '%%%FREESIDE_URL%%%';
 $Torrus::Renderer::displayReports = 1;
 push (@Torrus::Collector::loadModules, 'Torrus::Collector::ExternalStorage');
 $Torrus::SQL::connections{'Default'}{'dsn'} =
-      'DBI:mysql:dbname=freeside'; #XXX sub in DATASOURCE
+      'DBI:Pg:dbname=freeside'; #XXX sub in DATASOURCE
 $Torrus::SQL::connections{'Default'}{'username'} = 'freeside'; #DB_USER
 $Torrus::SQL::connections{'Default'}{'password'} = '';         #DB_PASSWORD
 

-----------------------------------------------------------------------

Summary of changes:
 torrus/configs/torrus-siteconfig.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list