Hi,
I would like to store basic information about the website (app name, contact email etc) inside a single file so I could easily get to that info from multiple places in my app. I was thinking about storing them inside a config.exs file but I was wondering if that’s a good idea or is there maybe a better approach?
Thanks