Cache pug templates and modules, by using production environment

This commit is contained in:
James Allen 2018-07-10 16:15:50 +01:00
parent 91079f3af2
commit ba17c1da14
2 changed files with 2 additions and 1 deletions

View file

@ -425,7 +425,7 @@ module.exports = settings =
redirects:
"/templates/index": "/templates/"
reloadModuleViewsOnEachRequest: true
reloadModuleViewsOnEachRequest: process.env['NODE_ENV'] != 'production'
domainLicences: [

View file

@ -19,6 +19,7 @@ services:
LINKED_URL_PROXY: 'http://localhost:6543'
ENABLED_LINKED_FILE_TYPES: 'url,project_file,project_output_file,mendeley'
SHARELATEX_CONFIG: /app/test/acceptance/config/settings.test.coffee
NODE_ENV: production
depends_on:
- redis
- mongo