projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
291deaf
)
Use the job queue for trace importing in production
author
Tom Hughes
<tom@compton.nu>
Mon, 10 Jun 2019 20:42:26 +0000
(21:42 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 10 Jun 2019 20:42:26 +0000
(21:42 +0100)
cookbooks/web/recipes/rails.rb
patch
|
blob
|
history
diff --git
a/cookbooks/web/recipes/rails.rb
b/cookbooks/web/recipes/rails.rb
index ab674ba93e03e525539f6bf457bf5236baa76b6e..6d6e6639cddee5b787e353aefa007a4d00bfebea 100644
(file)
--- a/
cookbooks/web/recipes/rails.rb
+++ b/
cookbooks/web/recipes/rails.rb
@@
-91,6
+91,7
@@
rails_port "www.openstreetmap.org" do
thunderforest_key web_passwords["thunderforest_key"]
totp_key web_passwords["totp_key"]
csp_enforce true
thunderforest_key web_passwords["thunderforest_key"]
totp_key web_passwords["totp_key"]
csp_enforce true
+ trace_use_job_queue true
end
systemd_service "rails-jobs@" do
end
systemd_service "rails-jobs@" do