Skip to content

Commit

Permalink
missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Jul 19, 2019
1 parent 6c4bc0b commit ea4d83b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/initializers/production.rb.sample
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,21 @@ if Rails.env.production?

ActionMailer::Base.delivery_method = :sendmail
end

class << Rails.application
def allow_invitation_requests?
false
end

def domain
"example.org"
end

def name
"Sitename"
end

def ssl?
true
end
end

0 comments on commit ea4d83b

Please sign in to comment.