mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Merge pull request #2259 from mkllnk/remove-heroku
Remove Heroku references since nobody is using it
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -16,7 +16,6 @@ test:
|
||||
username: ofn
|
||||
password: f00d
|
||||
|
||||
#not used with heroku
|
||||
production:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user