swaf/config/test.ts

9 lines
184 B
TypeScript
Raw Normal View History

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