From 0deecfac446c37545e0787b3d32062e608a950ab Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Sat, 4 Apr 2020 15:34:11 -0700 Subject: [PATCH] make the team logo a little friendlier for first timers (#1222) --- .env.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 0ef0c2cc..db590e04 100644 --- a/.env.sample +++ b/.env.sample @@ -60,4 +60,5 @@ SMTP_PASSWORD= SMTP_FROM_EMAIL= SMTP_REPLY_EMAIL= -TEAM_LOGO=https://example.com/images/logo.png +# Custom logo that displays on the authentication screen, scaled to height: 60px +# TEAM_LOGO=https://example.com/images/logo.png