mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
8 lines
223 B
Properties
8 lines
223 B
Properties
# this starts a mysql instance on port 13306
|
|
ebean.test.platform=mysql
|
|
ebean.test.dbName=test_ebean
|
|
# note: do not conflict with mariadb port
|
|
#ebean.test.mysql.port=4306
|
|
datasource.default=mysql-docker
|
|
ebean.lengthCheck=on
|