Dwelling/config.example.js

17 lines
351 B
JavaScript

exports.dwelling = {}
exports.dwelling.port = 3200;
exports.dwelling.host = "127.0.0.1";
exports.dwelling.database = {
host: "192.168.0.1",
database: "db",
user: "user",
password: "password",
timezone: "Z" };
exports.dwelling.guestbook = {}
exports.dwelling.guestbook.owner = "Owner";
exports.dwelling.guestbook.pageSize = 30;