• This project
    • Loading...
  • Sign in

조현아 / LINEBOT

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • LINEBOT
  • config.js
  • 조현아's avatar
    added api_configs · dd035712
    dd035712 Browse Files
    조현아 authored 2019-06-07 12:12:15 +0900
config.js 342 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
// Naver Auth Key
exports.naver_header = {
    'X-Naver-Client-Id': '', 
    'X-Naver-Client-Secret': ''
}

// Line config
exports.line_config = {
  channelAccessToken: '',
  channelSecret: '',
};

//aws Polly config
exports.aws_config ={
    aws_access_key_id: "",
    aws_secret_access_key : ""
};

exports.textgear_config ={
    key :''
};