config-sample.js
571 Bytes
// Make a copy of this file, rename it to config.js
// and fill in the following fields with your keys.
module.exports = {
telegram: {
// Telegram token received from @BotFather
token: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
},
papago: {
// Naver papago client id & secret
// https://developers.naver.com/apps/#/register
client_id: 'XXXXXXXXXXXXXXXXXXXX',
client_secret: 'XXXXXXXXXX'
},
gcloud: {
projectId: 'your_project_name',
keyFilename: '/path/to/your/keyfile.json'
}
}