From ac4b5b065da99084e8a58dc8e21f250995d3c4f0 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 23 Mar 2003 05:02:31 +0000 Subject: [PATCH] Nix the usernames and passwords; specify the default rather than the userdb. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1076 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../rsrc/config/atlanti/dbmap.properties | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/projects/atlanti/rsrc/config/atlanti/dbmap.properties b/projects/atlanti/rsrc/config/atlanti/dbmap.properties index 13495243..792de1c5 100644 --- a/projects/atlanti/rsrc/config/atlanti/dbmap.properties +++ b/projects/atlanti/rsrc/config/atlanti/dbmap.properties @@ -1,13 +1,14 @@ # -# $Id: dbmap.properties,v 1.2 2002/12/12 05:51:53 mdb Exp $ +# $Id: dbmap.properties,v 1.3 2003/03/23 05:02:31 mdb Exp $ # # This provides information on the JDBC connections that are used by # Atlantisonne server services. -# -# The database mapping for the user database. -# -userdb.driver = org.gjt.mm.mysql.Driver -userdb.url = jdbc:mysql://depravity:3306/usermgmt -userdb.username = www -userdb.password = Il0ve2PL@Y +# The default database mapping. All other definitions will inherit from +# this and need only be specified in cases where they differ from the +# defaults. + +default.driver = org.gjt.mm.mysql.Driver +default.url = jdbc:mysql://DBHOST:3306/usermgmt +default.username = USERNAME +default.password = PASSWORD