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,10 +21,6 @@ module Vlibras
21 # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. 21 # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
22 # config.time_zone = 'Central Time (US & Canada)' 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 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. 24 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
29 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] 25 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
30 config.i18n.enforce_available_locales = false 26 config.i18n.enforce_available_locales = false