swaf/config/test.ts

9 lines
189 B
TypeScript

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