Some refactoring to aling it more with IVIS and coreui theme.

This commit is contained in:
Tomas Bures 2019-01-05 23:56:16 +01:00
parent 397f85dac4
commit c1731bf09f
50 changed files with 1427 additions and 2351 deletions

View file

@ -5,7 +5,7 @@ require('./extensions-common');
const config = require('../ivis-core/server/lib/config');
module.exports = {
client: 'mysql2',
client: 'mysql',
connection: config.mysql,
seeds: {
directory: '../ivis-core/server/knex/seeds'