2018-09-15 14:16:17 +01:00
|
|
|
database:
|
2018-09-15 20:57:51 +01:00
|
|
|
# the name of your JDBC driver
|
|
|
|
driverClass: org.sqlite.JDBC
|
|
|
|
|
|
|
|
# the JDBC URL
|
|
|
|
url: jdbc:sqlite:sampledatabase.db
|
|
|
|
|
|
|
|
# any properties specific to your JDBC driver:
|
|
|
|
properties:
|
|
|
|
foreign_keys: true
|
2018-09-15 14:16:17 +01:00
|
|
|
|
|
|
|
server:
|
|
|
|
rootPath: /api/
|