blob: bbb587fcb8514ba9301046c09fe0799e9bab4c9c [file] [log] [blame]
// Put username here
export const username = "";
export const story_config = {
users: [
// Add users to watch here
],
destination: "download",
email: {
smtp: {
host: "", // SMTP host
port: 587,
user: "", // SMTP user
password: "", // SMTP password
starttls: true
},
from: "",
to: "",
subject: ""
},
sleep_sec: (2 * 3600)
};