Automatically set the config environment
Determines if the app is deployed to a server or running locally, and adjusts
the config environment to "production"
or "default"
, respectively. This function
is almost always called in the global.R
file of a Shiny app immediately before
the configuration in the config.yml
is read in.
set_config_env(override = NULL)
override |
Set the environment to |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.