LukeMathWalker / zero-to-production

Code for "Zero To Production In Rust", a book on API development using Rust.
https://www.zero2prod.com
Apache License 2.0
5.86k stars 519 forks source link

I'm confused about what you're suggesting here. #246

Closed Chicook closed 9 months ago

Chicook commented 9 months ago
          I'm confused about what you're suggesting here.

Originally posted by @LukeMathWalker in https://github.com/LukeMathWalker/zero-to-production/issues/245#issuecomment-1937856650

These modifications include the use of environment variables, breaking the configuration into smaller sections, providing examples of environment variables, and improving the readability of the code.