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

11 lines
280 B
JavaScript

// const server = require('frappejs/server');
// server.start({
// backend: 'mysql',
// connectionParams: {
// host : "test_frappejs",
// username : "test_frappejs",
// password : "test_frappejs",
// db_name : "test_frappejs"
// }
// });