How do I configure the domain of the URL returned by a blog entry's getEditUrl method? Currently, I get http://localhost:4503/content/blog/2015/06/my-post.html?blog=edit. As you can see, the domain of the URL is localhost, this presents a problem on my staging and production environments. Is there a config setting I'm missing that should be used?