Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize configuration file #255

Closed
aregtech opened this issue Oct 8, 2023 · 1 comment · Fixed by #262
Closed

Optimize configuration file #255

aregtech opened this issue Oct 8, 2023 · 1 comment · Fixed by #262
Assignees
Labels
enhancement New feature or request

Comments

@aregtech
Copy link
Owner

aregtech commented Oct 8, 2023

Description:

Currently, there are 3 configuration files: router.init, log.init, logger.init. All files use same format. By time, when the list of helper application increase, the number of init files may as well increase. So that, it is important to use universal configuration file and format to save all configuration in a single file, where each application may extract own portion of information. In addition, there are several objects that read the configuration file. For example, the router connection and log setup are done by different objects. To optimize the solution, there should be:

  • The configuration should be setup centralized, where each object that needs an information can query and get own list of configuration data.
  • The centralized configuration should be able to save data in the file.
@aregtech aregtech added the enhancement New feature or request label Oct 8, 2023
@aregtech aregtech self-assigned this Oct 8, 2023
@aregtech aregtech linked a pull request Nov 20, 2023 that will close this issue
@aregtech
Copy link
Owner Author

Fixed in PR #262

@aregtech aregtech moved this from Done to Reviewed in AREG IoT SDK (areg sdk) Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Reviewed
Development

Successfully merging a pull request may close this issue.

1 participant