Add EXTRACTS_DIRECTORY to ecosystem template
This commit is contained in:
parent
31454e8299
commit
01f82ea18e
@ -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",
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -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",
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user