/* eslint-disable no-bitwise */ const constants = { PAGE_SIZE: 20, OPENID_EXPIRE: 300, // 5min ALLOW_GROUP_ROLE: ["Ironman3"], }; module.exports = constants;