Just a hint for anyone stumbling on this thread later, Vapor.load!(config_providers) does not put the configuration keys into the application env. I’m guessing it just parses and stores in memory? IDK, but after loading the providers you have to call Application.put_env(:your_application, :key, value) for each configuration setting of interest. If I’m doing this wrong I hope someone can correct me, but without that step my application env is just an empty keyword list.






















