I have a new plugin which has custom settings. I’m able to get the settings to show up in the UI, but when i call SiteSetting.purecloud_client_id it returns back only the value that is set in the yml file and never the configured value set in the admin UI. I assume I have something out of place but can’t figure out what.
plugin code to get the setting:
https://github.com/MyPureCloud/devcenter-discourse-plugin/blob/master/auth/pure_cloud_employee_authenticator.rb
purecloud_employee_client_id returns ‘default’ and not the value configured in the ui