TcOpenGroup / tcopen-app-templates

Contains application templates for TcOpen framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ENHANCEMENT] move settings from dbconstants to json file and load it at startup

JurajSpisiak opened this issue · comments

Is your feature request related to a problem? Please describe.
When you need to change some setting (for example path to DB folder) in production, you need to publish new version of HMI.

Describe the solution you'd like
When the settings are located in a file that is loaded at startup, you can simply edit the file and restart application.

Describe alternatives you've considered
It doesn't have to be explicitly JSON file. Could be saved in DB, csv, xml just that it is possible to edit it and the application loads it at startup.