Merge branch 'master' of ssh://khuhub.khu.ac.kr:12959/2016104167/LINEBOT
Showing
1 changed file
with
12 additions
and
2 deletions
| 1 | // Naver Auth Key | 1 | // Naver Auth Key |
| 2 | -export const naver_header = { | 2 | +exports.naver_header = { |
| 3 | 'X-Naver-Client-Id': '', | 3 | 'X-Naver-Client-Id': '', |
| 4 | 'X-Naver-Client-Secret': '' | 4 | 'X-Naver-Client-Secret': '' |
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | // Line config | 7 | // Line config |
| 8 | -export const line_config = { | 8 | +exports.line_config = { |
| 9 | channelAccessToken: '', | 9 | channelAccessToken: '', |
| 10 | channelSecret: '', | 10 | channelSecret: '', |
| 11 | }; | 11 | }; |
| 12 | + | ||
| 13 | +//aws Polly config | ||
| 14 | +exports.aws_config ={ | ||
| 15 | + aws_access_key_id: "", | ||
| 16 | + aws_secret_access_key : "" | ||
| 17 | +}; | ||
| 18 | + | ||
| 19 | +exports.textgear_config ={ | ||
| 20 | + key :'' | ||
| 21 | +}; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment