can't we all just get along (with RT 3.8.7)?
[freeside.git] / rt / etc / RT_Config.pm
index 823189b..b8912b1 100644 (file)
@@ -104,7 +104,7 @@ Valid types are "mysql", "Oracle" and "Pg"
 
 =cut
 
-Set($DatabaseType , 'SQLite');
+Set($DatabaseType , 'Pg');
 
 =item C<$DatabaseHost>, C<$DatabaseRTHost>
 
@@ -133,7 +133,7 @@ The name of the database user (inside the database)
 
 =cut
 
-Set($DatabaseUser , 'rt_user');
+Set($DatabaseUser , 'freeside');
 
 =item C<$DatabasePassword>
 
@@ -141,7 +141,7 @@ Password the C<$DatabaseUser> should use to access the database
 
 =cut
 
-Set($DatabasePassword , 'rt_pass');
+Set($DatabasePassword , '');
 
 =item C<$DatabaseName>
 
@@ -150,7 +150,7 @@ it's SID, DB objects are created in L<$DatabaseUser>'s schema.
 
 =cut
 
-Set($DatabaseName , 'rt3');
+Set($DatabaseName , 'freeside');
 
 =item C<$DatabaseRequireSSL>
 
@@ -884,7 +884,7 @@ login if you change it.
 
 =cut
 
-Set($WebNoAuthRegex, qr{^ (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
+Set($WebNoAuthRegex, qr{^ /rt (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
 
 =item C<$SelfServiceRegex>