Password reset URL

Password reset emails are hyperlinking to https://example.com....
I'm unable to find where this is configured.
The path is correct, so replacing the domain with the correct domain works fine.

Thanks!

I believe this comes from the the django sites framework. Probably the simplest fix is to just find the site being used at http://yourserver.com/admin/sites/site/ and then update the domain name to be what you want.

Hi Cory
i have changed this but users are still receiving example.com as a reset URL. Is there any other task to perform like cchq update-config ?
Thanks