Adapt config sample to use hsqldb
authorcli
Tue Jun 07 09:23:34 2011 +0200 (2011-06-07)
changeset 437d0e65712a95
parent 42 7f84f4de2893
child 44 5d7d1adf387f
Adapt config sample to use hsqldb
helpers/sonews.conf.sample
     1.1 --- a/helpers/sonews.conf.sample	Mon Jun 06 20:12:21 2011 +0200
     1.2 +++ b/helpers/sonews.conf.sample	Tue Jun 07 09:23:34 2011 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -sonews.storage.database=jdbc:mysql://localhost/sonews
     1.5 -sonews.storage.user=sonews
     1.6 -sonews.storage.dbmsdriver=com.mysql.jdbc.Driver
     1.7 -sonews.storage.password=mySecret
     1.8 \ No newline at end of file
     1.9 +sonews.storage.database=jdbc:hsqldb:file:sonewsdb
    1.10 +sonews.storage.user=
    1.11 +sonews.storage.dbmsdriver=org.hsqldb.jdbcDriver
    1.12 +sonews.storage.password=