docker
docker copied to clipboard
Whitelable Configuration on Docker
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!