Now, we need to define our loader function. I usually call this a `provider`. It needs to return a JavaScript object that matches the keys in your `configSchema`, but the values can be dynamically generated. While you can pass this function the full `convict` object, I find it easier to deal with the schema itself: