non_accepted_invitation_limit = 10
# defining the number of maximum non accepted invitation requests for each user.
# -------------------------------------------------------------

invite_access_cleanup_offset_days = 30
# you want to clear invite access records which their invited_at is less than some days before now.
# this variable is responsible for defining that days.
# -------------------------------------------------------------
