백업용

This commit is contained in:
Hyungi Ahn
2025-09-19 09:13:44 +09:00
parent 7c5fd5afe6
commit 5c9ea92fb8
11 changed files with 64 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class Settings(BaseSettings):
VERSION: str = "0.1.0"
# 데이터베이스 설정
DATABASE_URL: str = "postgresql+asyncpg://todo_user:todo_password@localhost:5434/todo_db"
DATABASE_URL: str = "postgresql+asyncpg://todo_user:todo_password@database:5432/todo_db"
# JWT 설정
SECRET_KEY: str = "your-secret-key-change-this-in-production"