Added wdiwtlt config files.

This commit is contained in:
Jonathan Bernard 2016-03-31 13:56:52 -05:00
parent e1f924e397
commit 50c87cc354
2 changed files with 14 additions and 0 deletions

9
.wdiwtlt.cli.properties Normal file
View File

@ -0,0 +1,9 @@
sync=false
sync.pull=true
sync.push=true
sync.database.config.dataSourceClassName = org.postgresql.ds.PGSimpleDataSource
sync.database.config.dataSource.databaseName=wdiwtlt
sync.database.config.dataSource.serverName=localhost
sync.database.config.dataSource.portNumber=5439
sync.database.config.dataSource.user=wdiwtlt
sync.database.config.dataSource.password=37PhHKj6kjbVImB5WRojtDQD557kxTxa

5
.wdiwtlt.properties Normal file
View File

@ -0,0 +1,5 @@
library.dir=/home/jdb/media/music/wdiwtlt
database.config.dataSourceClassName=org.h2.jdbcx.JdbcDataSource
database.config.dataSource.user=sa
database.config.dataSource.password=
database.config.dataSource.url=jdbc:h2:~/programs/wdiwtlt/db;DATABASE_TO_UPPER=FALSE