feat: bring config file back
This commit is contained in:
17
config.yml
Normal file
17
config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
default:
|
||||
form_app_version: 0.15.0
|
||||
|
||||
prod:
|
||||
form_db_path: db
|
||||
form_configs_path: configs
|
||||
form_auth_enabled: true
|
||||
form_id: new_form
|
||||
form_name: NEW FORMY
|
||||
|
||||
devel:
|
||||
form_db_path: _devel/db
|
||||
form_configs_path: _devel/configs
|
||||
form_auth_enabled: false
|
||||
form_id: new_form
|
||||
form_name: NEW FORMY
|
||||
form_app_version: 0.15.0 dev
|
||||
Reference in New Issue
Block a user