From 01f82ea18e2202fc56932af3e8444597c189deab Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Tue, 1 Oct 2019 17:50:52 +0100 Subject: [PATCH] Add EXTRACTS_DIRECTORY to ecosystem template --- ecosystem.config.dev-template.js | 1 + ecosystem.config.template.js | 1 + 2 files changed, 2 insertions(+) diff --git a/ecosystem.config.dev-template.js b/ecosystem.config.dev-template.js index 5c26ec70..ea73a537 100644 --- a/ecosystem.config.dev-template.js +++ b/ecosystem.config.dev-template.js @@ -26,6 +26,7 @@ module.exports = { MAIL_SERVER_USER: "mail_username", MAIL_SERVER_PASSWORD: "longrandompassword", WEBAPP_ORIGIN: "http://localhost:3000", + EXTRACTS_DIRECTORY: "/path/to/extracts", } } ] diff --git a/ecosystem.config.template.js b/ecosystem.config.template.js index 34b454d7..de00f93f 100644 --- a/ecosystem.config.template.js +++ b/ecosystem.config.template.js @@ -23,6 +23,7 @@ module.exports = { MAIL_SERVER_USER: "mail_username", MAIL_SERVER_PASSWORD: "longrandompassword", WEBAPP_ORIGIN: "https://beta.colouring.london", + EXTRACTS_DIRECTORY:"/path/to/extracts", } } ]