juspay/hyperswitch
View on GitHub[FIX] separate crate specific settings from `settings.rs` to their respective crates
Open
#1,563 opened on Jun 28, 2023
A-frameworkC-refactorgood first issuehelp wanted
Description
Separate and split crate specific implementation into their own crates, example of such are:
- Move database configuration to
storage_models - Move redis configuration to
redis_interface