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 (4,676 forks)batch import
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

Contributor guide