Skip to content

Commit

Permalink
make derby the default database.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 24, 2008
1 parent fbf6e35 commit a3b535b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symmetric/src/main/resources/symmetric-default.properties
Expand Up @@ -5,11 +5,11 @@
# A DBCP connection pool will be created.
db.jndi.name=

db.driver=com.mysql.jdbc.Driver
db.driver=org.apache.derby.jdbc.EmbeddedDriver

db.url=jdbc:mysql://localhost/symmetric
db.url=jdbc:derby:target/derby/root;create=true

db.user=symmetric
db.user=

db.password=

Expand Down

0 comments on commit a3b535b

Please sign in to comment.