mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 20:51:55 +00:00
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:
parent
d52c30f272
commit
bf5a28b258
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ module.exports = settings =
|
||||||
appName: "ShareLaTeX (Community Edition)"
|
appName: "ShareLaTeX (Community Edition)"
|
||||||
adminEmail: "placeholder@example.com"
|
adminEmail: "placeholder@example.com"
|
||||||
|
|
||||||
brandPrefix: "sl-"
|
brandPrefix: process.env['BRAND_PREFIX'] || "sl-"
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
title: "ShareLaTeX Community Edition"
|
title: "ShareLaTeX Community Edition"
|
||||||
|
|
Loading…
Reference in a new issue