From b556691be1af23215019654ee0351458925d402f Mon Sep 17 00:00:00 2001 From: bluebamus Date: Wed, 24 Dec 2025 17:47:09 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A0=88=EC=95=84=ED=86=A0=EB=A9=94?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20api=20=EC=84=A4=EC=A0=95=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index a27c8b4..92f73a2 100644 --- a/config.py +++ b/config.py @@ -29,6 +29,7 @@ class APIKeySettings(BaseSettings): SUNO_CALLBACK_URL: str = Field( default="https://example.com/api/suno/callback" ) # Suno 콜백 URL (필수) + CREATOMATE_API_KEY: str = Field(default="your-creatomate-api-key") # Creatomate API 키 model_config = _base_config