local Constants = {} Constants.PermissionLevel = { GUEST = 0, USER = 1, ADMIN = 2, } Constants.BCRYPT_ROUNDS = 10 return Constants