]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/resources/rails_port.rb
Configure Tracestrack API key for the web site
[chef.git] / cookbooks / web / resources / rails_port.rb
index 3854235283769dcaff466a2834ab4d09254cd829..cf1f1a6b91dd06c770d20eff98c7da773325cb7d 100644 (file)
@@ -68,6 +68,7 @@ property :github_auth_secret, String
 property :wikipedia_auth_id, String
 property :wikipedia_auth_secret, String
 property :thunderforest_key, String
+property :tracestrack_key, String
 property :totp_key, String
 property :csp_enforce, [true, false], :default => false
 property :csp_report_url, String
@@ -325,6 +326,7 @@ action :create do
     "wikipedia_auth_id",
     "wikipedia_auth_secret",
     "thunderforest_key",
+    "tracestrack_key",
     "totp_key",
     "csp_enforce",
     "csp_report_url",