16 lines
336 B
Python
16 lines
336 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
|
|
|
|
# 구글 클라이언트 ID
|
|
GOOGLE_CLIENT_ID = '19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3.apps.googleusercontent.com'
|
|
|