Skip to content

Commit

Permalink
chore(BE): load_dotenv 경로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
viaunixue committed Oct 3, 2024
1 parent 7145203 commit ca65148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/backend/src/main/core/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from typing import Annotated, Any
from dotenv import load_dotenv

# load .env file
load_dotenv()
load_dotenv('app/backend/.env')

from pydantic import (
PostgresDsn,
Expand Down

0 comments on commit ca65148

Please sign in to comment.