Merge pull request #1509 from sharelatex/as-update-google-config

Use env var for brandPrefix for compatibility with google infrastructure

GitOrigin-RevId: c7749007d3fbd3746cd8f6771d6b394f5864dd9f
This commit is contained in:
Chrystal Maria Griffiths 2019-02-15 13:17:30 +00:00 committed by sharelatex
parent d52c30f272
commit bf5a28b258

View file

@ -398,7 +398,7 @@ module.exports = settings =
appName: "ShareLaTeX (Community Edition)"
adminEmail: "placeholder@example.com"
brandPrefix: "sl-"
brandPrefix: process.env['BRAND_PREFIX'] || "sl-"
nav:
title: "ShareLaTeX Community Edition"