Email validation account link wrong base url

Hi @DMehaffy your are talking about the url property and i see in the description :
Public url of the server. Required for many different features (ex: reset password, third login providers etc.). Also enables proxy support such as Apache or Nginx, example: mywebsite.com is available for purchase - Sedo.com . The url can be relative, if so, it is used with http://${host}:${port} as the base url. An absolute url is however recommended .`

The example in the description talking about api url ? example: https://mywebsite.com/api
In my case i’ll have two urls :

  • One for my BO and my api like : https//my-strapi-bo.com && https//my-strapi-bo.com/api

  • One for the public website : https//my-public-website.com

And of course i would like, when a link is send by mail, redirect to an url of my public website when an account is validate for example : https//my-public-website.com/register
Should I set the property url with absolute path of my public website ?
no problem doing that?

Thanks