DEV Community

Discussion on: .env vs .toml for Config in Go: What Should You Use?

Collapse
 
shiva_shanker_k profile image
shiva shanker

That's amazing..πŸ€Œβ€οΈβ€πŸ”₯.env for secrets, .toml for organized config. Most devs use both - .env for stuff that changes, .toml for stuff that stays the same. Simple.