Switched repository.properties to a .dist file so that we don't have

usernames and passwords checked into CVS.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@630 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-03-03 16:05:34 +00:00
parent e6b8708445
commit a87411a22e
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
repository.properties
@@ -1,9 +1,9 @@
#
# $Id: repository.properties.dist,v 1.1 2001/09/20 20:42:48 mdb Exp $
# $Id: repository.properties.dist,v 1.2 2002/03/03 16:05:34 mdb Exp $
#
# RoboDJ music repository configuration
robodj.driver = org.gjt.mm.mysql.Driver
robodj.username = www
robodj.password = Il0ve2PL@Y
robodj.url = jdbc:mysql://depravity:3306/robodj
robodj.url = jdbc:mysql://DATABASE_HOST:3306/DATABASE_NAME
robodj.username = DATABASE_USERNAME
robodj.password = DATABASE_PASSWORD