feat: prod ready

This commit is contained in:
2026-05-11 14:53:28 +03:00
parent 10ff2a510d
commit 3f13032be1
3 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
from __future__ import annotations
from decimal import Decimal
from functools import lru_cache
from typing import List, Literal
import os
@@ -94,6 +95,8 @@ class Settings(BaseSettings):
ITPAY_PUBLIC_ID: str
ITPAY_API_SECRET: str
PAYMENT_SERVICE_FEE_RATE: Decimal = Field(gt=0)
CLOUD_KASSIR_PUBLIC_ID: str = ''
CLOUD_KASSIR_API_SECRET: str = ''