pm2 / cron worker to send reminder

This commit is contained in:
lesion
2019-03-10 01:01:23 +01:00
parent e41de7208c
commit 6ed639d94b
39 changed files with 264 additions and 105 deletions

View File

@@ -20,9 +20,9 @@ if (process.env.NODE_ENV === 'production') {
}
module.exports = {
locale: 'en',
locale: 'it',
title: process.env.TITLE || 'Put here your site name',
title: process.env.TITLE || 'GANCIO',
description: process.env.DESCRIPTION || 'A calendar for radical communities',
baseurl: process.env.BASE_URL || 'http://localhost:8080',