Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed __pycache__/app.cpython-310.pyc
Binary file not shown.
Binary file removed challenge_api/api/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed challenge_api/api/__pycache__/__init__.cpython-313.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 0 additions & 20 deletions challenge_api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Config:
- 데이터베이스 연결 설정
- SQLAlchemy ORM 설정
- 보안 관련 설정
- Kafka 메시징 설정
- Loki 로깅 설정
"""

Expand Down Expand Up @@ -50,25 +49,6 @@ class Config:
SESSION_COOKIE_HTTPONLY = True # JavaScript에서 세션 쿠키 접근 방지
SESSION_COOKIE_SAMESITE = 'Lax' # CSRF 공격 방지를 위한 SameSite 설정

# =========================================================================
# Kafka 메시징 설정
# =========================================================================
# Kafka 브로커 및 토픽 설정
KAFKA_BOOTSTRAP_SERVERS = os.getenv(
'KAFKA_BOOTSTRAP_SERVERS',
'localhost:9093'
) # Kafka 브로커 주소

KAFKA_TOPIC = os.getenv(
'KAFKA_TOPIC',
'challenge-status'
) # 메시지 토픽명

KAFKA_GROUP_ID = os.getenv(
'KAFKA_GROUP_ID',
'challenge-consumer-group'
) # 컨슈머 그룹 ID

# =========================================================================
# Loki 로깅 설정
# =========================================================================
Expand Down
Binary file removed challenge_api/db/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/__init__.cpython-313.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/config.cpython-310.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/config.cpython-312.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/config.cpython-313.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/db_manager.cpython-312.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/models.cpython-310.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/models.cpython-312.pyc
Binary file not shown.
Binary file removed challenge_api/db/__pycache__/models.cpython-313.pyc
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions challenge_api/extensions/kafka/__init__.py

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 0 additions & 33 deletions challenge_api/extensions/kafka/config.py

This file was deleted.

106 changes: 0 additions & 106 deletions challenge_api/extensions/kafka/consumer.py

This file was deleted.

123 changes: 0 additions & 123 deletions challenge_api/extensions/kafka/handler.py

This file was deleted.

87 changes: 0 additions & 87 deletions challenge_api/extensions_manager.py

This file was deleted.

Loading