-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Come to a consensus on how we as a team would like to handle application configuration.
Some methods (all live in our current repos)
- A series of
Sys.getenv()calls (often used withdocker-compose.ymlorazure-deploy.json) - Passing in a JSON file (
jsonlite) - Passing in a YAML file (
config) - defining behavior in an
.envfile (dotenv) - defining behavior in an
.envfile (base::readRenviron())
While there is some space for variation, having a general strategy team-wide would help make onboarding to a new project/codebase easier.
Reactions are currently unavailable