refactor: moving config files to separate folder

This commit is contained in:
2026-06-17 16:54:58 +03:00
parent a4d829e3dd
commit a178480912
6 changed files with 9 additions and 8 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.1
form_id: formy
form_name: FORMY