Merge pull request #2259 from mkllnk/remove-heroku

Remove Heroku references since nobody is using it
This commit is contained in:
Pau Pérez Fabregat
2018-05-02 08:43:51 +02:00
committed by GitHub
3 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

@@ -32,7 +32,6 @@ public/stylesheets
public/images
public/spree
config/abr.yml
config/heroku_env.rb
config/newrelic.yml
config/initializers/feature_toggle.rb
config/initializers/db2fog.rb

View File

@@ -16,7 +16,6 @@ test:
username: ofn
password: f00d
#not used with heroku
production:
adapter: postgresql
encoding: unicode

View File

@@ -35,8 +35,3 @@ Openfoodnetwork::Application.configure do
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.default_url_options = { host: "0.0.0.0:3000" }
end
# Load heroku vars from local file
heroku_env = File.join(Rails.root, 'config', 'heroku_env.rb')
load(heroku_env) if File.exists?(heroku_env)