Add EXTRACTS_DIRECTORY to ecosystem template

This commit is contained in:
Maciej Ziarkowski 2019-10-01 17:50:52 +01:00
parent 31454e8299
commit 01f82ea18e
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ module.exports = {
MAIL_SERVER_USER: "mail_username", MAIL_SERVER_USER: "mail_username",
MAIL_SERVER_PASSWORD: "longrandompassword", MAIL_SERVER_PASSWORD: "longrandompassword",
WEBAPP_ORIGIN: "http://localhost:3000", WEBAPP_ORIGIN: "http://localhost:3000",
EXTRACTS_DIRECTORY: "/path/to/extracts",
} }
} }
] ]

View File

@ -23,6 +23,7 @@ module.exports = {
MAIL_SERVER_USER: "mail_username", MAIL_SERVER_USER: "mail_username",
MAIL_SERVER_PASSWORD: "longrandompassword", MAIL_SERVER_PASSWORD: "longrandompassword",
WEBAPP_ORIGIN: "https://beta.colouring.london", WEBAPP_ORIGIN: "https://beta.colouring.london",
EXTRACTS_DIRECTORY:"/path/to/extracts",
} }
} }
] ]