💥 Rename API_KEY to IDFM_API_KEY
This commit is contained in:
@@ -50,7 +50,7 @@ class TracingSettings(BaseModel):
|
||||
class Settings(BaseSettings):
|
||||
app_name: str
|
||||
|
||||
idfm_api_key: SecretStr = Field(..., env="API_KEY")
|
||||
idfm_api_key: SecretStr = Field(..., env="IDFM_API_KEY")
|
||||
clear_static_data: bool = Field(False, env="CLEAR_STATIC_DATA")
|
||||
|
||||
http: HttpSettings = HttpSettings()
|
||||
|
Reference in New Issue
Block a user