Skip to content
Snippets Groups Projects
Commit 7332dd23 authored by Antony Denyer's avatar Antony Denyer
Browse files

fix: allow theme override in config

parent ebcfe932
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ module.exports = { ...@@ -8,7 +8,8 @@ module.exports = {
API_ENDPOINT: 'http://localhost:3000/api' API_ENDPOINT: 'http://localhost:3000/api'
}, },
'pubsweet-client': { 'pubsweet-client': {
'login-redirect': '/' 'login-redirect': '/',
theme: process.env.PUBSWEET_THEME
}, },
'mail-transport': { 'mail-transport': {
sendmail: true sendmail: true
......
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