Skip to content

Commit

Permalink
chore: sms sendUrl 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 21, 2022
1 parent 1469ccf commit e3bf513
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@ export default {
},

sms: {
sendUrl: 'https://api.coolsms.co.kr/messages/v4/send',
sender: '0328359798',
auth: {
key: getSecret('SMS_API_KEY'),
secret: getSecret('SMS_API_SECRET'),
},
},

inuLogin: {
url: 'http://117.16.191.242:8081/login',
inuApi: {
accountStatusUrl: (studentId: string, password: string) =>
`http://117.16.191.242:5630/account/status?studentId=${studentId}&password=${password}`,
key: getSecret('LOGIN_KEY', '앱센터는 모다?'),
success: 'Y',
fail: 'N',
},

uicoop: {
Expand All @@ -155,7 +155,8 @@ export default {

calender: {
holidays: {
url: 'https://calendar.google.com/calendar/ical/ko.south_korea.official%23holiday%40group.v.calendar.google.com/public/basic.ics',
accountStatusUrl:
'https://calendar.google.com/calendar/ical/ko.south_korea.official%23holiday%40group.v.calendar.google.com/public/basic.ics',
},
},
},
Expand Down

0 comments on commit e3bf513

Please sign in to comment.