Skip to content
Snippets Groups Projects
Commit 22051d9d authored by Yannis Barlas's avatar Yannis Barlas
Browse files

remove explicit ports from client config

parent 86d80e8f
No related branches found
No related tags found
No related merge requests found
module.exports = {
'pubsweet-client': {
'API_ENDPOINT': 'http://localhost:3000/api',
'API_ENDPOINT': '/api',
'login-redirect': '/',
'redux-log': false,
theme: process.env.PUBSWEET_THEME
......
......@@ -21,11 +21,11 @@ module.exports = {
sendmail: true
},
'password-reset': {
url: process.env.PUBSWEET_PASSWORD_RESET_URL || 'http://localhost:3000/password-reset',
url: process.env.PUBSWEET_PASSWORD_RESET_URL || '/password-reset',
sender: process.env.PUBSWEET_PASSWORD_RESET_SENDER || 'dev@example.com'
},
'pubsweet-component-ink-backend': {
inkEndpoint: process.env.INK_ENDPOINT || 'http://ink-api.coko.foundation',
inkEndpoint: process.env.INK_ENDPOINT || 'http://inkdemo-api.coko.foundation',
email: process.env.INK_USERNAME,
password: process.env.INK_PASSWORD,
maxRetries: 500
......
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