Skip to content
Snippets Groups Projects
Commit 3d63046c authored by Alf Eaton's avatar Alf Eaton
Browse files

Merge branch 'fix/theme-override' into 'master'

fix: allow theme override in config

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