docker icon indicating copy to clipboard operation
docker copied to clipboard

Whitelable Configuration on Docker

Open rowansc1 opened this issue 1 year ago • 0 comments

Hi all! I'm trying to apply the whitelable settings listed on the cal.com documentation and have a few issues with applying it.

In my .env within the docker folder, I've added the below lines to the bottom:

# WhiteLable stuff
NEXT_PUBLIC_APP_NAME="URL-HERE"
NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS="EMAIL-HERE"
NEXT_PUBLIC_COMPANY_NAME="NAME-HERE"

However, it doesn't seem to apply these changes on the main dashboard, but will sometimes apply them on the admin view. I'm assuming I've gone about applying these setting the incorrect way. Could anyone guide me towards applying them correctly?

Thanks!

rowansc1 avatar Dec 08 '24 23:12 rowansc1