Author: spadkins
Date: Mon Nov 10 15:26:45 2008
New Revision: 12062
Added:
p5ee/trunk/App-Repository/t/app.conf.sample
Log:
Oracle support under development
Added: p5ee/trunk/App-Repository/t/app.conf.sample
==============================================================================
--- (empty file)
+++ p5ee/trunk/App-Repository/t/app.conf.sample Mon Nov 10 15:26:45 2008
@@ -0,0 +1,26 @@
+
+#dbtype = mysql
+dbtype = oracle
+
+[dbtype=oracle]
+dbclass = App::Repository::Oracle
+dbdsn = dbi:Oracle:sampledb
+dbhost = sampleoraclehost
+dbname = sampledb
+dbuser = scott
+dbpass = tiger
+dbschema = scott
+app.Repository.default.class = App::Repository::Oracle
+
+[dbtype=mysql]
+dbclass = App::Repository::MySQL
+dbdriver = mysql
+dbhost = samplemysqlhost
+dbname = test
+dbuser = ralph
+dbpass = ocelot
+
+[ALL]
+flush_imports = 1
+prefix = $ENV{PREFIX}
+