Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. module.exports.session = {
  2.  
  3. secret: 'f67cffdb3b2dc70c200a9e8bf3a16cac',
  4.  
  5. // isSessionDisabled: function (req){
  6. // return !!req.path.match(req._sails.LOOKS_LIKE_ASSET_RX);
  7. // },
  8.  
  9. };
Add Comment
Please, Sign In to add comment