sol-eng/access-to-care

Convert env vars to standard ones

Closed this issue · 0 comments

The environment variables currently in use by these demo assets are connect_url and connect_key. The standard variables are CONNECT_SERVER and CONNECT_API_KEY. We should change to these for consistency and to simplify the experience for newer users who may be interacting with several different pieces of content, packages (pins, etc.), demo examples, etc.

server = Sys.getenv("connect_url"),