fix: harden payment provider handling

This commit is contained in:
2026-06-28 14:12:24 +03:00
parent 0b7bd166c8
commit 612963a606
7 changed files with 31 additions and 19 deletions

View File

@@ -60,6 +60,8 @@ class Settings(BaseSettings):
CSRF_COOKIE_PATH: str = "/"
CSRF_COOKIE_DOMAIN: str | None = None
CORS_ALLOW_ORIGIN_REGEX: str = r'https?://([a-z0-9-]+\.)*elcsa\.ru(:\d+)?$'
DOCS_USERNAME: str = "admin"
DOCS_PASSWORD: str = "admin"