This commit is contained in:
2026-06-23 13:51:35 +03:00
23 changed files with 792 additions and 306 deletions

10
config/config_example.yml Normal file
View File

@@ -0,0 +1,10 @@
default:
form_app_version: !expr config::get("form_app_version", file = "config/descr.yml")
form_id: !expr config::get("form_id", file = "config/descr.yml")
form_name: !expr config::get("form_name", file = "config/descr.yml")
prod:
form_app_configure_path: "example_scheme"
form_auth_enabled: false
form_schemes:
example_of_scheme: Тестовая база данных

4
config/descr.yml Normal file
View File

@@ -0,0 +1,4 @@
default:
form_app_version: 0.18.3
form_id: formy
form_name: FORMY