Skip to content

Commit

Permalink
refactor: Update dotenv configuration to load environment variables w…
Browse files Browse the repository at this point in the history
…ith verbose and override options
  • Loading branch information
hepplerj committed Aug 15, 2024
1 parent eece40a commit e234925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import environ
from dotenv import load_dotenv

load_dotenv()
load_dotenv(verbose=True, override=True)

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
Expand Down

0 comments on commit e234925

Please sign in to comment.