Revert "Make config.time_zone configurable at secrets.yml"
This commit is contained in:
committed by
Bertocq
parent
496d88b655
commit
0e1d5d95a7
@@ -32,7 +32,7 @@ module Consul
|
||||
|
||||
# Add lib to the autoload path
|
||||
config.autoload_paths << Rails.root.join('lib')
|
||||
config.time_zone = Rails.application.secrets.time_zone
|
||||
config.time_zone = 'Madrid'
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
|
||||
# CONSUL specific custom overrides
|
||||
|
||||
Reference in New Issue
Block a user