a87411a22e
usernames and passwords checked into CVS. git-svn-id: https://samskivert.googlecode.com/svn/trunk@630 6335cc39-0255-0410-8fd6-9bcaacd3b74c
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
#
|
|
# $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.url = jdbc:mysql://DATABASE_HOST:3306/DATABASE_NAME
|
|
robodj.username = DATABASE_USERNAME
|
|
robodj.password = DATABASE_PASSWORD
|