Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -9,3 +9,9 @@ export const line_config = { | ... | @@ -9,3 +9,9 @@ export const 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 | +}; | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment