juspay/hyperswitch
View on GitHub[FEATURE] move connector config to a separate file
Open
#1,109 opened on May 10, 2023
C-featureE-easygood first issuehelp wanted
Description
Feature Description
Currently all the connector configuration is present in the development.toml file. But this configuration is not developer specific, this remains the same whoever uses it, this configuration is based on the application and it should not be tweaked by the developer or else it would cause some features to not work.
Possible Implementation
Move the configuration to a separate file and if possible in a better format ( the layout and keys can be changed as per the needs, but file format has to be TOML only ) so that the application can read it easily. After making this change, all the places where this config is read has to be changed to read from a single file.
Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to submit a PR?
No, but I'm happy to collaborate on a PR with someone else