kopia lustrzana https://github.com/FacilMap/facilmap
13 wiersze
287 B
JavaScript
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"
|
||
|
}
|
||
|
};
|