Skip to content

Commit 2dd5862

Browse files
Update appsettings.py
1 parent b40c45f commit 2dd5862

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ContentProcessorAPI/app/appsettings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class AppConfiguration(ModelBaseSettings):
3232
app_logging_enable: bool
3333
app_logging_level: str
3434

35+
3536
# Read .env file
3637
# Get Current Path + .env file
3738
env_file_path = os.path.join(os.path.dirname(__file__), ".env")

0 commit comments

Comments
 (0)