Skip to content

Commit dddddd7

Browse files
committed
Update settings
1 parent 6d636e8 commit dddddd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/function/fastapp/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Settings(BaseSettings):
1414
LOGGING_SCHEDULE_DELAY: int = 5000
1515
DEBUG: bool = False
1616
APPLICATIONINSIGHTS_CONNECTION_STRING: str = Field(
17-
default="", env="APPLICATIONINSIGHTS_CONNECTION_STRING"
17+
default="", alias="APPLICATIONINSIGHTS_CONNECTION_STRING"
1818
)
1919
WEBSITE_NAME: str = Field(default="test", alias="WEBSITE_SITE_NAME")
2020
WEBSITE_INSTANCE_ID: str = Field(default="0", alias="WEBSITE_INSTANCE_ID")

0 commit comments

Comments
 (0)