facilmap/config.js

13 wiersze
287 B
JavaScript

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"
}
};