.env shenanigans
This commit is contained in:
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
from pydantic_settings import BaseSettings
|
||||
import os
|
||||
|
||||
DOTENV_PATH = os.path.join(os.path.dirname(__file__), "../.env")
|
||||
DOTENV_PATH = os.path.join(os.path.dirname(__file__), "../.env.local")
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
|
||||
Reference in New Issue
Block a user