config-sample.js 460 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'
    }
}