Adding FQDN to chef-compliance

I am attempting to set an external load balancer up in front of my chef compliance server. I have tried adding fqdn='https://myfqdn.com' to the chef-compliance.rb file and reconfiguring, however this option does not seem to be picked up by the reconfigure. I see in the release announcement for version 1.1.23 that this feature should be available, however it does not seem to be working. I am using version 1.2.3. How should this be configured in the chef-compliance.rb file?

Hi,

you have to edit /etc/chef-compliance/chef-compliance.rb and add this: Compliance[‘fqdn’] = “compliance-prod.noodles.com

bye!