X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cli%2Fconfig.js;fp=cli%2Fconfig.js;h=bb5c4ad5ee73331814c1011be1e5ca95f81cff4a;hb=9b7a26fc3708ac42d7d29c4329adbde465d29220;hp=68eae5f1a5a503aa3df6e2e28eb4f07e4edc97f2;hpb=0af9051c2e2497362c5c118886347c72283d6b88;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/cli/config.js b/cli/config.js index 68eae5f..bb5c4ad 100644 --- a/cli/config.js +++ b/cli/config.js @@ -16,8 +16,7 @@ exports = module.exports = { // convenience server: function () { return get('server'); }, - username: function () { return get('username'); }, - password: function () { return get('password'); } + accessToken: function () { return get('accessToken'); } }; var HOME = process.env.HOME || process.env.HOMEPATH || process.env.USERPROFILE;