My company has dozens of Shiny apps deployed in our RStudio Connect environment. In recent months we've tried to improve our coding practices, moving all sensitive data into environmental variables, and setting these variables individually for each app in Connect's Environmental Variables form:
However, it feels very manual to need to add these for each app where 99% of the time they'll be using variables (i.e. DB_HOST, DB_USER, DB_PASS).
For now I use Studio Connects supervisor script to add these variables to the global environment, but it feels a bit hacky to me, and I was wondering if there was a way to create global environmental variables directly through the UI?