Keith Smith

Results 64 comments of Keith Smith

Yes, the "files" is not the default for this version, since that would be a breaking change. Using either of the new methods are opt-in. In the next major version...

@eurosat7 After all this time, I've finally pushed out the change to 3.14.1. Let me know if you have any issues with these changes.

@robertjd Any word on supporting this?

I think it would be good to expose this info. +1

I'll take a look and attempt to reproduce. We handle our models a little bit differently, so it'll probably end up being a little bit of a different hacky solution....

No worries :) Thank you for all your hard work on this.

@iloveitaly Ya, their hex docs are very sparse... Looks like the best one I could find was their [1.11 release announcement](https://elixir-lang.org/blog/2020/10/06/elixir-v1-11-0-released/#configruntimeexs-and-mix-appconfig). So I haven't tried building it with releases, but...

I'm still tweaking usage, I'm still pretty new to Elixir. Right now my setup isn't working with releases, but I'm diving in to get a setup that works. I'll let...

Okay, I was able to get it to work with that tweak with one minor alteration. In my `config/runtime.exs` instead of `use Mix.Config` I used `import Config`, so the top...

I believe runtime loads in prod as well, though you could probably do a check for the environment before calling `Dotenv.load!`