module.exports = { port: 3369, publicUrl: 'https://your.domain.name/', authToken: '', allowedIps: { post: ['127.0.0.1'], manage: null }, dataFilename: './data.json', salt: '', reminders: { enabled: true, interval: { days: 1 }, title: 'Reminder', message: 'Notifications for \'{title}\' are still disabled. Enable the notifications or disable the reminders.', sound: 'vibrate' }, contacts: [ { type: 'pushover', description: 'Pushover Example', user: '', token: '', urlTitle: 'Manage notifications', maxAttempts: 5, retryIntervalSeconds: 5 } ] }