backend/fastapi/app/common/config.py
2024-12-06 14:12:28 +09:00

11 lines
212 B
Python

# 서버 종류
MY_SERVER = 'SERVER2'
# JWT 키
SECRET_KEY = 'ALLSCORE'
# 이메일 정보
SMTP_USERNAME = 'aofhd0003@gmail.com'
SMTP_PASSWORD = 'jueyodpzlvisrtto'
SMTP_SERVER = 'smtp.gmail.com'
SMTP_PORT = 587