fix: теперь все правильно (configs)
This commit is contained in:
@@ -33,7 +33,7 @@ set_global_options = function(
|
||||
}
|
||||
|
||||
#' @export
|
||||
AUTH_ENABLED <- Sys.getenv("FORM_AUTH_ENABLED", FALSE)
|
||||
AUTH_ENABLED <- config::get("form_auth_enabled")
|
||||
|
||||
#' @export
|
||||
check_and_init_scheme = function() {
|
||||
|
||||
Reference in New Issue
Block a user