Skip to content

Commit

Permalink
#12 Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baardl committed May 19, 2017
1 parent ea600cc commit 2993a4a
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions src/main/resources/valuereporter.properties
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
## ALL PROPERTIES MUST BE SET in config_override.

## Create, Select, Update with this user.
jdbc.username=vr
jdbc.password=vr1234


## HSQLDB
jdbc.useEmbedded=true
#jdbc.setupNewDb=false
#jdbc.url=jdbc:jtds:sqlserver://localhost:1433/ValueReporter
jdbc.driverClassName=net.sourceforge.jtds.jdbc.Driver
jdbc.url=jdbc:hsqldb:file:db/hsqldb/ValueReporter
jdbc.username=vr
jdbc.password=vr1234

##MSSQL-MariaDb
#jdbc.url=jdbc:mysql://localhost:3306/valuereporter
#jdbc.driverClassName=com.mysql.jdbc.Driver
#jdbc.username=root
#jdbc.password=root

## Postgres
#jdbc.url=jdbc:postgresql://localhost/Valuereporter
#jdbc.driverClassName=org.postgresql.Driver

MySQLSyntaxErrorException
admin.connection.username=vrAdmin
admin.connection.port=1433
admin.connection.password=vrAdmin1234
admin.connection.host=localhost
admin.connection.databasename=ValueReporter

## MySql
#jdbc.useEmbedded=false
#jdbc.setupNewDb=true
#jdbc.url=jdbc:mysql://localhost:3306/ValueReporter?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
#jdbc.driverClassName=com.mysql.jdbc.Driver
#jdbc.username=root
#jdbc.password=root
#admin.connection.username=vrAdmin
#admin.connection.port=3306
#admin.connection.password=vrAdmin1234
#admin.connection.host=localhost
#admin.connection.databasename=ValueReporter


observation.methods.detailed=false
//1 minute intervalls
observation.interval.seconds=60
Expand Down

0 comments on commit 2993a4a

Please sign in to comment.