danbooru default config: remove unused config settings.

This commit is contained in:
evazion
2019-08-25 20:29:32 -05:00
parent 8e39985d66
commit 0101b5f5f4
2 changed files with 2 additions and 76 deletions

View File

@@ -18,7 +18,7 @@ class CloudflareService
"X-Auth-Email" => email,
"X-Auth-Key" => key,
"Content-Type" => "application/json",
"User-Agent" => "#{Danbooru.config.app_name}/#{Danbooru.config.version}"
"User-Agent" => "#{Danbooru.config.app_name}/#{Rails.application.config.x.git_hash}"
})
end