Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조현아
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
yangjisu
2019-06-07 12:13:41 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8020a5273af3d03cdcaad69e8435de493b05a3ca
8020a527
2 parents
bb47aa4f
dd035712
Merge branch 'master' of
ssh://khuhub.khu.ac.kr:12959/2016104167/LINEBOT
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
config.js
config.js
View file @
8020a52
// Naver Auth Key
export
const
naver_header
=
{
export
s
.
naver_header
=
{
'X-Naver-Client-Id'
:
''
,
'X-Naver-Client-Secret'
:
''
}
// Line config
export
const
line_config
=
{
export
s
.
line_config
=
{
channelAccessToken
:
''
,
channelSecret
:
''
,
};
//aws Polly config
exports
.
aws_config
=
{
aws_access_key_id
:
""
,
aws_secret_access_key
:
""
};
exports
.
textgear_config
=
{
key
:
''
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment