module.exports = { userAgent : 'FacilPad (https://pad.facilmap.org/, cdauth@cdauth.eu)', host : null, port : 40829, db : { type: "mysql", // mysql, postgres, mariadb, sqlite host: "localhost", port: null, database: "facilpad", user: "facilpad", password: "password" } };