@travisf, what does the following give you?
Application.get_all_env(:ciao)
If the result is [], I’d look at your mix.exs file and check the values returned from the project function, as that might not be setup as you expect.
@travisf, what does the following give you?
Application.get_all_env(:ciao)
If the result is [], I’d look at your mix.exs file and check the values returned from the project function, as that might not be setup as you expect.