| // 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) | |
| }; |