Merge branch 'master' of ssh://git.trj.tw:10022/keycloak-org/keycloak-demo

This commit is contained in:
Jay
2021-09-01 19:30:52 +08:00
6 changed files with 36 additions and 59 deletions
+6
View File
@@ -2,7 +2,13 @@
const constants = {
PAGE_SIZE: 20,
OPENID_EXPIRE: 300, // 5min
<<<<<<< HEAD
ALLOW_GROUP_ROLE: ["Ironman3"],
=======
INTERNAL_REGULATION_CACHE_TTL: 1800, // 30min
REPORT_CACHE_TTL: 600, // 10 min
ALLOW_GROUP_ROLE: ['Ironman3'] // 允許的 Group 身份
>>>>>>> c96cdf0ebd17f805235c6fa9eecf2ea79ecca19b
};
module.exports = constants;