Commit b49bbb4ba44d02dccb2eb6ff8ce99e7e1551fbc2

Authored by renansoares
1 parent 02163f20
Exists in master and in 1 other branch v2

fix for deploy

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
config/application.rb
... ... @@ -21,10 +21,6 @@ module Vlibras
21 21 # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
22 22 # config.time_zone = 'Central Time (US & Canada)'
23 23  
24   - ENV['DOMAIN_NAME'] = 'http://150.165.204.80'
25   -
26   - ENV['VLIBRAS_API_URL'] = 'http://150.165.204.80:2000/api'
27   -
28 24 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
29 25 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
30 26 config.i18n.enforce_available_locales = false
... ...