added ebuild for gitlab-ce-8.7.3
This commit is contained in:
parent
bef544fd6f
commit
eb5b94ba27
3 changed files with 422 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
diff --git a/config/environments/production.rb b/config/environments/production.rb
|
||||
index a9d8ac4..256770a 100644
|
||||
--- a/config/environments/production.rb
|
||||
+++ b/config/environments/production.rb
|
||||
@@ -69,11 +69,10 @@ Rails.application.configure do
|
||||
config.active_support.deprecation = :notify
|
||||
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
- # Defaults to:
|
||||
- # # config.action_mailer.sendmail_settings = {
|
||||
- # # location: '/usr/sbin/sendmail',
|
||||
- # # arguments: '-i -t'
|
||||
- # # }
|
||||
+ config.action_mailer.sendmail_settings = {
|
||||
+ location: '/usr/sbin/sendmail',
|
||||
+ arguments: '-i'
|
||||
+ }
|
||||
config.action_mailer.perform_deliveries = true
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue