Skip to content
Snippets Groups Projects
Commit a7e4d904 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

trying fix config

parent 83801dc8
No related branches found
No related tags found
No related merge requests found
......@@ -133,11 +133,9 @@ module.exports = {
sender: process.env.PUBSWEET_PASSWORD_RESET_SENDER || 'dev@example.com',
},
'pubsweet-component-ink-backend': {
inkEndpoint:
process.env.INK_ENDPOINT || 'http://inkdemo-api.coko.foundation/',
email: process.env.INK_USERNAME,
password: process.env.INK_PASSWORD,
maxRetries: 500,
inkEndpoint: 'http://inkdemo-api.coko.foundation/',
email: 'editoria@coko.foundation',
password: 'editoria',
recipes: {
'editoria-typescript': '2',
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment