swaf/config/test.ts

10 lines
189 B
TypeScript
Raw Normal View History

export default {
2020-04-23 12:12:08 +02:00
mysql: {
host: "localhost",
user: "root",
password: "",
database: "wms2_core_test",
2020-04-23 12:12:08 +02:00
create_database_automatically: true
}
}