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
조현아
2019-06-07 12:12:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd035712f0d37c9f6296bcfc72b70597be53be84
dd035712
1 parent
393af5a3
added api_configs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
config.js
config.js
View file @
dd03571
// 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
:
''
,
};
...
...
@@ -14,4 +14,8 @@ export const line_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