Besides using secrets, is there someplace to store environment specific configuration values? I have some things like URLs, instance names, etc. that change from my developer/sandbox instance to my production instance. I don't want to hardcode those in a bunch of workflows and UI extensions. I'd rather store them some where centrally. Any ideas or best practices?