swaf/config/test.ts
2020-04-23 12:12:08 +02:00

9 lines
184 B
TypeScript

export default {
mysql: {
host: "localhost",
user: "root",
password: "",
database: "wms2_test",
create_database_automatically: true
}
};