swaf-boilerplate/config/test.ts

10 lines
184 B
TypeScript

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