OSDN Git Service

fix: sync error
[pettanr/pettanr.git] / config / environments / production.rb
index 7d4ebc2..91a5d74 100644 (file)
@@ -1,4 +1,9 @@
 Pettanr::Application.configure do
+  
+  # use https on heroku
+  config.force_ssl = true
+  
+  
   # Settings specified here will take precedence over those in config/application.rb
 config.assets.precompile += %w( *.css *.js )