Skip to content

Commit

Permalink
Add EXTRACTS_DIRECTORY to ecosystem template
Browse files Browse the repository at this point in the history
  • Loading branch information
mz8i committed Oct 1, 2019
1 parent 31454e8 commit 01f82ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem.config.dev-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
}
]
Expand Down
1 change: 1 addition & 0 deletions ecosystem.config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
}
]
Expand Down

0 comments on commit 01f82ea

Please sign in to comment.