facilmap/server/config.js

12 wiersze
216 B
JavaScript

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