Skip to content

Commit

Permalink
Added database information to SETUP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djcass44 committed Sep 12, 2019
1 parent 0e72b67 commit 2ee386c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Configuration

## Database configuration

Database connection is established using values set in "Application configuration"

JMP currently supports the following databases:
* SQLite
* PostgreSQL
* MySQL
* H2
* SQLServer

## Application configuration

`DRIVER_URL`: the JDBC url (default `jdbc:sqlite:jmp.db`)
Expand Down

0 comments on commit 2ee386c

Please sign in to comment.