Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mailgun.rb « members « services « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43fb5a14ef1794353f66c5ca52c84d9945a1aac9 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Members
  module Mailgun
    INVITE_EMAIL_TAG = 'invite_email'
    INVITE_EMAIL_TOKEN_KEY = :invite_token
  end
end