Skip to content

Commit cef8c83

Browse files
committed
Update config with website name and instance
1 parent efbbd80 commit cef8c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/function/fastapp/core/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class Settings(BaseSettings):
1414
APPLICATIONINSIGHTS_CONNECTION_STRING: str = Field(
1515
default="", env="APPLICATIONINSIGHTS_CONNECTION_STRING"
1616
)
17+
WEBSITE_NAME: str = Field(default="", env="WEBSITE_SITE_NAME")
18+
WEBSITE_INSTANCE_ID: str = Field(default="", env="WEBSITE_INSTANCE_ID")
1719
MY_SECRET_CONFIG: str = Field(default="", env="MY_SECRET_CONFIG")
1820

1921

0 commit comments

Comments
 (0)