Skip to content

Commit 645fa71

Browse files
authored
Merge branch 'master' into logo-theme-change
2 parents e6f4fe7 + 17f5c81 commit 645fa71

15 files changed

Lines changed: 321 additions & 262 deletions

File tree

web/.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ OIDC_CLIENT_SECRET=portal-dev-secret
4040
# Client-side. MSW is for Vitest/Playwright fixture-driven tests only.
4141
NEXT_PUBLIC_PORTAL_USE_MSW=false
4242
NEXT_PUBLIC_PORTAL_BUILD_SHA=dev
43+
44+
# Deployment branding. Drop your asset under web/public/brand/ and point these
45+
# at it; unset falls back to the default Custos brand. The signed-out landing
46+
# page is branded separately by replacing web/public/landing/index.html.
47+
NEXT_PUBLIC_PORTAL_NAME=Custos
48+
NEXT_PUBLIC_PORTAL_LOGO=/brand/logo/custos-logo.svg
49+
NEXT_PUBLIC_PORTAL_FAVICON=/brand/logo/custos-mark.svg
Lines changed: 30 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)