If you’re dealing with multiple environments, I’d say go with `dynaconf`. It’s perfect for managing httpx url in settings python across dev, staging, and prod.
You can define your settings in a `settings.toml` file and switch environments with a single line of code. Super flexible and easy to use.
You can define your settings in a `settings.toml` file and switch environments with a single line of code. Super flexible and easy to use.
