2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/tests/test_mysqlBackend.js

11 lines
283 B
JavaScript
Raw Normal View History

// const server = require('frappejs/server');
// server.start({
// backend: 'mysql',
// connectionParams: {
2018-02-21 09:43:21 +00:00
// host : "test_frappejs",
// username : "test_frappejs",
// password : "test_frappejs",
// db_name : "test_frappejs"
// }
// });