{ "bcrypt" : { "salt" : 11 }, "database" : { "dialect" : "sqlite", "host" : "localhost", "database" : "databases", "username" : "databases", "password" : "thisisfortheotherdbtypes", "storage" : "database.sqlite", "logging": false // Encryption on database... // "dialectOptions": { // "encrypt": true // } } }