Skip to content

Commit

Permalink
Update recaptcha default key for development env (ruby-china#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx authored Nov 25, 2020
1 parent cad73d4 commit 93d1581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/setting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def legecy_envs
# = ReCaptcha
field :use_recaptcha, default: false, type: :boolean
# default key for development env
field :recaptcha_key, default: "6Lcalg8TAAAAAFhLrcbC4QmxNuseboteXxP3wLxI"
field :recaptcha_secret, default: "6Lcalg8TAAAAAN-nZr547ORtmtpw78mTLWtVWFW2"
field :recaptcha_key, default: "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
field :recaptcha_secret, default: "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
field :google_analytics_key, default: ""

class << self
Expand Down

0 comments on commit 93d1581

Please sign in to comment.