* Add updated rack env keys * Tone-down rack-timeout config * Avoid cl_image_path in development * Update README & create env var template * Update Travis notification config * Expand Seed file * Manually-set Rack-timeout config vars * Fix lint * Fix Typo(?) * Add ChatChannel to Seed * Disable fbq when not in production * Tweak after_deploy script * Fix condition * Change fbq clause
5 lines
74 B
Ruby
5 lines
74 B
Ruby
class ApplicationConfig
|
|
def self.[](key)
|
|
ENVied.send(key)
|
|
end
|
|
end
|