main commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-16 16:30:25 +09:00
parent 91c7e04474
commit 537e7b363f
1146 changed files with 45926 additions and 77196 deletions

View File

@@ -41,6 +41,11 @@ class Settings(BaseSettings):
# External Services
FCM_SERVER_KEY: Optional[str] = None
# FatSecret API для данных о питании
FATSECRET_CLIENT_ID: str = "56342dd56fc74b26afb49d65b8f84c16"
FATSECRET_CLIENT_SECRET: str = "fae178f189dc44ddb368cabe9069c0e3"
FATSECRET_CUSTOMER_KEY: Optional[str] = None # Исправляем опечатку в имени параметра
# Security
CORS_ORIGINS: list = ["*"] # Change in production