I want to store an environment variable that can be read elsewhere in my app. So plan to use Application.put_env. But I read that it is an opt that is a timeout. Does that mean after 5 seconds (default timeout) the environment variable goes away? I want it to last the lifetime of my app.






















