Skip to content

Commit 9b28830

Browse files
authored
update LOGO_URL (#2533)
1 parent de92e71 commit 9b28830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

supabase/functions/.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ SMTP_PORT=587
99
SMTP_USER=your-secret-smtp-username
1010
SMTP_PASS=your-secret-smtp-password
1111

12-
LOGO_URL="https://storage.mlcdn.com/account_image/34743/bwRnaSR6sJ9gsLneuuDUbmjOCLIddc3MAqoRq345.png"
12+
LOGO_URL="https://db.leadminer.io/storage/v1/object/public/templates/LogoWithIcon.png"
1313
FRONTEND_HOST="http://localhost:8082"

supabase/functions/.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ SMTP_PORT=
88
SMTP_USER=
99
SMTP_PASS=
1010

11-
LOGO_URL="https://storage.mlcdn.com/account_image/34743/bwRnaSR6sJ9gsLneuuDUbmjOCLIddc3MAqoRq345.png"
11+
LOGO_URL="https://db.leadminer.io/storage/v1/object/public/templates/LogoWithIcon.png"
1212
FRONTEND_HOST="https://app.leadminer.io"

0 commit comments

Comments
 (0)