[MOBY-guts] biomoby commit

Gary Schlitz gss at pub.open-bio.org
Fri Apr 2 00:08:26 UTC 2004


gss
Thu Apr  1 19:08:26 EST 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/WEB-INF/classes
In directory pub.open-bio.org:/tmp/cvs-serv8997/ref-impl/server/WebRoot/WEB-INF/classes

Added Files:
	smoby.properties log4j.properties 
Log Message:


moby-live/S-MOBY/ref-impl/server/WebRoot/WEB-INF/classes smoby.properties,1.2,1.3 log4j.properties,NONE,1.1
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/WEB-INF/classes/smoby.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/WEB-INF/classes/smoby.properties	2004/03/20 00:33:08	1.2
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/WEB-INF/classes/smoby.properties	2004/04/02 00:08:26	1.3
@@ -1,8 +1,20 @@
 # Database information section
 #
-DB_DRIVER_CLASS_NAME  = org.postgresql.Driver
+
+# Common values for MySQL and PostgreSQL
+#
 DB_USER_ID            = smobydev
 DB_PASSWORD           = 
-DB_URL                = jdbc:postgresql://localhost/smoby-dev
+DB_DRIVER_CLASS_NAME  = com.mysql.jdbc.Driver
+DB_REPOSITORY_NAME    = smoby-dev
+
+# Uncomment if using MySQL
+#
+# DB_URL                = jdbc:mysql://localhost/smoby-dev
+# DB_TYPE               = MySQL
+
+# Uncomment if using PostgreSQL
+#
+DB_DRIVER_CLASS_NAME  = org.postgresql.Driver
 DB_TYPE               = PostgreSQL
-DB_REPOSITORY_NAME    = gss-test
\ No newline at end of file
+DB_URL                = jdbc:postgresql://localhost/smoby-dev
\ No newline at end of file




More information about the MOBY-guts mailing list