2020-04-23 14:58:14 +02:00
|
|
|
export default Object.assign(require("wms-core/config/test").default, {
|
2020-06-27 17:20:06 +02:00
|
|
|
mysql: {
|
|
|
|
host: "localhost",
|
|
|
|
user: "root",
|
|
|
|
password: "",
|
|
|
|
database: "wms2_test",
|
|
|
|
create_database_automatically: true
|
|
|
|
}
|
2020-04-23 14:58:14 +02:00
|
|
|
});
|