Configuring a FQDN
Set the server's FQDN if the hostname does not match
Update FQDN in Polarity Config
By default the Polarity server will assume the FQDN for your server matches the server hostname. If this is not the case, you will need to modify the Polarity Server config file to set the appropriate config.
To modify the Polarity server config begin by opening the config file in an editor.
Find the setting rest.fullyQualifiedDomainName
and set it to your FQDN (you can also set this to an IP address):
Save the change and restart the server:
Your FQDN should now be set which will ensure that all REST API generated links are correct.
Last updated