This function tries to find the current config file, being either inst/golem-config.yml or the GOLEM_CONFIG_PATH env var
Usage
get_current_config(path = getwd())
Details
In most cases this function simply returns the path to the default
golem-config file located under "inst/golem-config.yml". That config comes
in yml
-format, see the Engineering Production-Grade Shiny Apps
for further details on its format and how to set options therein.
Advanced app developers may benefit from having an additional user config-file. This is achieved with setting the GOLEM_CONFIG_PATH env var.