dotenv icon indicating copy to clipboard operation
dotenv copied to clipboard

add recursive search to load_dot_env

Open jbowers85 opened this issue 2 months ago • 0 comments

Added functionality to recursively search parent directories for an .env file. Users can opt-in to this by setting recursive = TRUE. If recursive = TRUE, then load_dot_env will search the directory, and if no .env file is found, parent directories are searched until one is found.

jbowers85 avatar May 03 '24 19:05 jbowers85