File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# API 설정 (.env 파일로 복사 후 수정)
22
33# CORS
4- ALLOWED_ORIGINS = http ://5.104.87.242:3000
4+ ALLOWED_ORIGINS = https ://koala.ai.kr
55
66# 구독 이메일 발송 (Gmail 기준)
77# Gmail 앱 비밀번호: https://myaccount.google.com/apppasswords
@@ -12,7 +12,7 @@ SMTP_PASSWORD=your-app-password
1212
1313# 블로그/API URL
1414BLOG_URL = https://koala.ai.kr
15- API_URL = http ://5.104.87.242:8000
15+ API_URL = https ://api.koala.ai.kr
1616
1717# 새 글 알림 API 키 (blog deploy workflow에서 사용)
1818NOTIFY_API_KEY = your-secret-notify-key
Original file line number Diff line number Diff line change 1919SMTP_USER = os .environ .get ("SMTP_USER" , "" )
2020SMTP_PASSWORD = os .environ .get ("SMTP_PASSWORD" , "" )
2121BLOG_URL = os .environ .get ("BLOG_URL" , "https://koala.ai.kr" )
22- API_URL = os .environ .get ("API_URL" , "http ://5.104.87.242:8000 " )
22+ API_URL = os .environ .get ("API_URL" , "https ://api.koala.ai.kr " )
2323NOTIFY_API_KEY = os .environ .get ("NOTIFY_API_KEY" , "" )
2424
2525
You can’t perform that action at this time.
0 commit comments