dotenv-java icon indicating copy to clipboard operation
dotenv-java copied to clipboard

Offer a `recurseParent()` config option

Open 1cg opened this issue 3 years ago • 3 comments

This change allows you to configure a recursive search through parent directories for a .env file. This is useful in a multi-module project when you want to share a common .env file across multiple modules.

No worries if this isn't a feature you want, but I needed it for my own project.

1cg avatar Feb 08 '22 03:02 1cg

pinging on this, any interest?

1cg avatar Feb 16 '22 20:02 1cg

Please, add suppor for this feature, the recursive search of .env works in other languages such as Rust and others, and is very useful.

@1cg @cdimascio

Miuler avatar Oct 26 '23 13:10 Miuler