[gee-svn] SF.net SVN: gabel: [140] trunk/gee/war/WEB-INF
Status: Alpha
Brought to you by:
alllee
|
From: <al...@us...> - 2006-03-05 01:18:28
|
Revision: 140 Author: alllee Date: 2006-03-04 17:18:24 -0800 (Sat, 04 Mar 2006) ViewCVS: http://svn.sourceforge.net/gabel/?rev=140&view=rev Log Message: ----------- it'll be easier to maintain this if we don't have to worry about auto-committing this file with user/pass info. Rename to jdbc.properties with the appropriate information at deployment time. Added Paths: ----------- trunk/gee/war/WEB-INF/jdbc.properties.example Removed Paths: ------------- trunk/gee/war/WEB-INF/jdbc.properties Deleted: trunk/gee/war/WEB-INF/jdbc.properties =================================================================== --- trunk/gee/war/WEB-INF/jdbc.properties 2006-03-04 21:02:42 UTC (rev 139) +++ trunk/gee/war/WEB-INF/jdbc.properties 2006-03-05 01:18:24 UTC (rev 140) @@ -1,7 +0,0 @@ -# replace these with custom database user/pass -# the database name -geedb.name=gee -# a username with privileges to admin experiments -geedb.user=dummy-user -# admin's db password -geedb.password=dummy-password Copied: trunk/gee/war/WEB-INF/jdbc.properties.example (from rev 137, trunk/gee/war/WEB-INF/jdbc.properties) =================================================================== --- trunk/gee/war/WEB-INF/jdbc.properties.example (rev 0) +++ trunk/gee/war/WEB-INF/jdbc.properties.example 2006-03-05 01:18:24 UTC (rev 140) @@ -0,0 +1,7 @@ +# replace these with custom database user/pass +# the database name +geedb.name=gee +# a username with privileges to admin experiments +geedb.user=dummy-user +# admin's db password +geedb.password=dummy-password This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |