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 cc31675 commit 137db61Copy full SHA for 137db61
app/Entirety/entirety/settings.py
@@ -318,7 +318,7 @@ def secret_key_not_empty(cls, v) -> str:
318
IOTA_URL: AnyUrl = Field(default="http://localhost:4041", alias="IOTA_URL")
319
320
# CSRF
321
- CSRF_TRUSTED_ORIGINS: list = Field(default=[], alias="CSRF_TRUSTED_ORIGINS ")
+ CSRF_TRUSTED_ORIGINS: list = Field(default=[], alias="CSRF_TRUSTED_ORIGINS")
322
323
# Database
324
# https://docs.djangoproject.com/en/4.0/ref/settings/#databases
0 commit comments