.env shenanigans
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 8s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-05-01 00:06:13 +02:00
parent b8c306721a
commit 5e822da407
5 changed files with 8 additions and 12 deletions

View File

@@ -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):