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

Create Config class to load config files in memory #46

Closed
jlenon7 opened this issue Mar 5, 2022 · 0 comments · Fixed by #47
Closed

Create Config class to load config files in memory #46

jlenon7 opened this issue Mar 5, 2022 · 0 comments · Fixed by #47
Assignees
Labels
feature New feature or request test Adding missing tests or correcting existing tests

Comments

@jlenon7
Copy link
Contributor

jlenon7 commented Mar 5, 2022

Description

Config class will load configuration files in memory. The difference between @secjs/config and this class, is that this class can load only one specific file in sync ou async mode.

Package version

1.7.3

Relevant Information

This package will help a lot other configuration file dependent packages like @secjs/logger, @secjs/storage and @secjs/database. Because the ideia is to migrate this packages to Athenna organization. @secjs/config will be migrated too, but @secjs/config will use this Config class to handle the files.

@jlenon7 jlenon7 added feature New feature or request test Adding missing tests or correcting existing tests labels Mar 5, 2022
@jlenon7 jlenon7 self-assigned this Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request test Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant