feat: bring config file back

This commit is contained in:
2026-04-20 18:50:40 +03:00
parent 7a006f6d6b
commit ac75ab08c2
8 changed files with 84 additions and 35 deletions

View File

@@ -4,9 +4,8 @@ source("renv/activate.R")
(function() {
paths <- c(
"FORM_AUTH_ENABLED",
"FORM_VERSION",
"FORM_TITLE"
"R_CONFIG_ACTIVE",
"AUTH_DB_KEY"
)
lines <- paths[Sys.getenv(paths) == ""]