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