Application.put_all_env
You're seeing just the function
put_all_env
, go back to Application module for more information.
Specs
Puts the environment for multiple apps at the same time.
The given config should not:
- have the same application listed more than once
- have the same key inside the same application listed more than once
If those conditions are not met, it will raise.
It receives the same options as put_env/4
. Returns :ok
.