fix: configs change
This commit is contained in:
2
app.R
2
app.R
@@ -40,7 +40,7 @@ enabled_schemes <- setNames(names(enabled_schemes), enabled_schemes)
|
|||||||
schms <- readRDS("scheme.rds")
|
schms <- readRDS("scheme.rds")
|
||||||
|
|
||||||
# CHECK FOR PANDOC ----------
|
# CHECK FOR PANDOC ----------
|
||||||
rmarkdown::find_pandoc(dir = "/opt/homebrew/bin/")
|
# rmarkdown::find_pandoc(dir = "/opt/homebrew/bin/")
|
||||||
|
|
||||||
# TODO: dynamic button render depend on pandoc installation
|
# TODO: dynamic button render depend on pandoc installation
|
||||||
if (!rmarkdown::pandoc_available()) warning("Can't find pandoc!")
|
if (!rmarkdown::pandoc_available()) warning("Can't find pandoc!")
|
||||||
|
|||||||
17
config.yml
17
config.yml
@@ -1,19 +1,10 @@
|
|||||||
default:
|
default:
|
||||||
form_app_version: 0.17.0
|
form_app_version: !expr config::get("form_app_version", file = "descr.yml")
|
||||||
form_id: new_formy
|
form_id: !expr config::get("form_id", file = "descr.yml")
|
||||||
form_name: NEW FORMY
|
form_name: !expr config::get("form_name", file = "descr.yml")
|
||||||
|
|
||||||
prod:
|
prod:
|
||||||
form_app_configure_path: "."
|
form_app_configure_path: "example_scheme"
|
||||||
form_auth_enabled: false
|
form_auth_enabled: false
|
||||||
form_schemes:
|
form_schemes:
|
||||||
example_of_scheme: Тестовая база данных
|
example_of_scheme: Тестовая база данных
|
||||||
|
|
||||||
devel:
|
|
||||||
form_app_configure_path: _devel/new_bases
|
|
||||||
form_auth_enabled: false
|
|
||||||
form_app_version: 0.17.0 dev
|
|
||||||
form_schemes:
|
|
||||||
antifib: антифибротическая
|
|
||||||
d2tra_t: D2TRA_test
|
|
||||||
main_register: АВЗ и АМИЛОИОДОЗЫ
|
|
||||||
4
descr.yml
Normal file
4
descr.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
default:
|
||||||
|
form_app_version: 0.17.0
|
||||||
|
form_id: new_formy
|
||||||
|
form_name: NEW FORMY
|
||||||
Reference in New Issue
Block a user