[freeside-commits] branch FREESIDE_3_BRANCH updated. 5223392618e4025cddb42bbaf709d3269b456970
Ivan
ivan at 420.am
Wed Sep 9 22:12:56 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 5223392618e4025cddb42bbaf709d3269b456970 (commit)
from 1dd6898c05a298171fba7f38ef100036541d387e (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 5223392618e4025cddb42bbaf709d3269b456970
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 9 22:12:55 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