[Rt-commit] r18496 - rt/3.999/trunk/etc
    falcone at bestpractical.com 
    falcone at bestpractical.com
       
    Fri Feb 20 13:20:10 EST 2009
    
    
  
Author: falcone
Date: Fri Feb 20 13:20:10 2009
New Revision: 18496
Added:
   rt/3.999/trunk/etc/pg_vendor_config.yml
   rt/3.999/trunk/etc/sqlite_vendor_config.yml
Log:
* simple db configs so we can use JIFTY_VENDOR_CONFIG on the smoker
Added: rt/3.999/trunk/etc/pg_vendor_config.yml
==============================================================================
--- (empty file)
+++ rt/3.999/trunk/etc/pg_vendor_config.yml	Fri Feb 20 13:20:10 2009
@@ -0,0 +1,5 @@
+--- 
+framework: 
+  Database: 
+    Driver: Pg
+    User: postgres
Added: rt/3.999/trunk/etc/sqlite_vendor_config.yml
==============================================================================
--- (empty file)
+++ rt/3.999/trunk/etc/sqlite_vendor_config.yml	Fri Feb 20 13:20:10 2009
@@ -0,0 +1,5 @@
+--- 
+framework: 
+  Database: 
+    Driver: SQLite
+    User: ''
    
    
More information about the Rt-commit
mailing list