facilmap/server/config.js

13 wiersze
287 B
JavaScript
Czysty Zwykły widok Historia

2014-04-07 00:33:49 +00:00
module.exports = {
userAgent : 'FacilPad (https://pad.facilmap.org/, cdauth@cdauth.eu)',
2014-04-07 00:33:49 +00:00
host : null,
port : 40829,
2014-04-18 18:11:50 +00:00
db : {
type: "mysql", // mysql, postgres, mariadb, sqlite
2014-04-18 18:11:50 +00:00
host: "localhost",
port: null,
database: "facilpad",
user: "facilpad",
password: "password"
2014-04-18 18:11:50 +00:00
}
2014-04-07 00:33:49 +00:00
};