module.exports = { host : null, port : 40829, db : { type: "mysql", // mysql, postgres, mariadb, sqlite host: "localhost", port: null, database: "facilpad", user: "facilpad", password: "password" } };