application.conf 289 Bytes
# This is the main configuration file for the application.
# https://www.playframework.com/documentation/latest/ConfigFile
db.default.driver=com.mysql.jdbc.Driver
db.default.url="jdbc:mysql://localhost:3306/produktdb"
db.default.username=user
db.default.password=pass

ebean.default = [""]