DEV Community

Discussion on: Using YAML to manage Python configurations

Collapse
 
bespokejamaa profile image
kaharo

Thanks for sharing this.
How does this compare to saving the key under environment settings and accessing it via os.environ.get() ?
Am just wondering if it's more secure ?
Thanks

Collapse
 
boris profile image
Boris Quiroz

that env vars can be seen (and (personal opinion) I think it's more structured)