# This is the main configuration file for the application.
# https://www.playframework.com/documentation/latest/ConfigFile




# Default database configuration using H2 database engine in a persistent mode
db.default.driver=org.h2.Driver
db.default.url="jdbc:h2:./db/image-search.db"

ebean.default = ["models.*"]