X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0c0f44fd4a4d092b054e2612c03f4e203e2554ea..9694d64a67dca98ce1d574852e7114daaff4727f:/cookbooks/web/recipes/statistics.rb diff --git a/cookbooks/web/recipes/statistics.rb b/cookbooks/web/recipes/statistics.rb index d3829f06c..84848b003 100644 --- a/cookbooks/web/recipes/statistics.rb +++ b/cookbooks/web/recipes/statistics.rb @@ -32,7 +32,8 @@ end systemd_service "web-statistics" do description "Generate web statistics" - environment "RAILS_ENV" => "production" + environment "RAILS_ENV" => "production", + "SECRET_KEY_BASE_DUMMY" => "1" user "rails" working_directory rails_directory exec_start "/usr/local/bin/statistics"