juspay/hyperswitch

[FIX] separate crate specific settings from `settings.rs` to their respective crates

Open

#1,563 opened on Jun 28, 2023

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Rust (42,690 stars) (4,676 forks)batch import
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

Contributor guide