DEV Community

Discussion on: 🤫 Secrets, environment variables & config files: the Ruby On Rails case

Collapse
 
rochacbruno profile image
Bruno Rocha

I created Dynaconf (for Python) which resolves everything you mentiones including yaml, toml, json files, secrets, envvars and vault services.

are there any rails alternative?

Github.com/rochacbruno/dynaconf

Collapse
 
vvo profile image
Vincent Voyer

Hi there, I would say maybe the closest to that would be github.com/laserlemon/figaro but not sure so I hope people with experience in the Rails community will jump in also!

For now, Rails semantics are completely fine for most applications though.