diff --git a/config.example.js b/config.example.js index 2170302..9056e72 100644 --- a/config.example.js +++ b/config.example.js @@ -8,7 +8,8 @@ exports.dwelling.database = { host: "192.168.0.1", database: "db", user: "user", - password: "password" }; + password: "password", + timezone: "Z" }; exports.dwelling.guestbook = {}