From 50c87cc35426fe1e1f92f71de220a9af263fd602 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Thu, 31 Mar 2016 13:56:52 -0500 Subject: [PATCH] Added wdiwtlt config files. --- .wdiwtlt.cli.properties | 9 +++++++++ .wdiwtlt.properties | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 .wdiwtlt.cli.properties create mode 100644 .wdiwtlt.properties diff --git a/.wdiwtlt.cli.properties b/.wdiwtlt.cli.properties new file mode 100644 index 0000000..2394b90 --- /dev/null +++ b/.wdiwtlt.cli.properties @@ -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 diff --git a/.wdiwtlt.properties b/.wdiwtlt.properties new file mode 100644 index 0000000..9d25fb7 --- /dev/null +++ b/.wdiwtlt.properties @@ -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