Allow to save a new parameter in Parse.Config when we are in a Node.js Env or a masterKey is set To avoid use of : ```javascript Parse._request('PUT', 'config', { params: { [param]: Parse._encode(value) } }, { useMasterKey: true }) ```