Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
EHO-579 derby was installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tedeling committed Aug 11, 2015
1 parent 8665d75 commit be31fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eHour-standalone/src/main/conf/ehour.properties
@@ -1,9 +1,9 @@
ehour.standalone.port=8000
# derby, mysql and postgresql are supported. When derby is selected you can ignore the ehour.database lines
ehour.database=mysql
ehour.database=derby

# for mysql uncomment the following line (and make sure postgresql line below are commented out)
ehour.database.url=mysql://user:pass@127.0.0.1:3306/ehour?zeroDateTimeBehavior=convertToNull&useOldAliasMetadataBehavior=true
#ehour.database.url=mysql://user:pass@127.0.0.1:3306/ehour?zeroDateTimeBehavior=convertToNull&useOldAliasMetadataBehavior=true

# for postgresql uncomment the following line (and make sure mysql lines above are commented out)
#ehour.database.url=postgresql://user:pass@localhost:5433/ehour
Expand Down

0 comments on commit be31fdd

Please sign in to comment.