Skip to content

Commit

Permalink
Update to version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasmartin committed Mar 11, 2018
1 parent 2b27d45 commit c6aa427
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ spring:
url: jdbc:h2:file:./data/camunda
username: sa
password: sa
## Uncomment the following lines to enable the h2 DB console:
# h2:
# console:
# enabled: true
# path: /console

## Uncomment the following lines to change to port number:
#server:
# port: 8081
# port: 8081

## Confidential credentials should be kept outside of version control.
## Copy the following lines to an additional file called application-local.yaml to use a remote database e.g. on Heroku:
#spring:
# datasource:
# url: jdbc:postgresql://<host>:<port>/<dbname>?user=<username>&password=<password>&sslmode=require
# username: <username>
# password: <password>

0 comments on commit c6aa427

Please sign in to comment.