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
Repository metrics
- Stars
- (42,690 stars)
- PR merge metrics
- (Avg merge 6d 22h) (213 merged PRs in 30d)
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