We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1e172 commit b1fdc52Copy full SHA for b1fdc52
src/app/core/config.py
@@ -187,6 +187,8 @@ class Settings(
187
188
@model_validator(mode="after")
189
def validate_environment_settings(self) -> Self:
190
+ "The validation should not modify any of the settings. It should provide"
191
+ "feedback to the user if any misconfiguration is detected."
192
if self.ENVIRONMENT == EnvironmentOption.LOCAL:
193
pass
194
elif self.ENVIRONMENT == EnvironmentOption.STAGING:
0 commit comments