Merge remote-tracking branch 'remotes/origin/master' into notifications

# Conflicts:
#	src/app/app.component.ts
#	src/app/core/core.module.ts
This commit is contained in:
Giuseppe Digilio
2018-05-07 16:10:17 +02:00
128 changed files with 2316 additions and 1199 deletions

View File

@@ -18,7 +18,8 @@ module.exports = {
// Caching settings
cache: {
// NOTE: how long should objects be cached for by default
msToLive: 15 * 60 * 1000, // 15 minute
msToLive: 15 * 60 * 1000, // 15 minutes
// msToLive: 1000, // 15 minutes
control: 'max-age=60' // revalidate browser
},
// Notifications
@@ -38,6 +39,8 @@ module.exports = {
async: true,
time: false
},
// Google Analytics tracking id
gaTrackingId: '',
// Log directory
logDirectory: '.',
// NOTE: will log all redux actions and transfers in console