use config;

db.settings.update(
    { _id: 'balancer' },
    { $set: { activeWindow: { start: "23:00", stop: "4:00" } } }
);