From 3e12c07b731ce57b28063e045d4fc452336dee56 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 3 Oct 2017 13:45:26 -0700 Subject: [PATCH] add config for cropper service --- config/danbooru_default_config.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 01bccfe45..3b2e2710e 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -569,6 +569,9 @@ module Danbooru def ccs_key end + + def aws_sqs_cropper_url + end end class EnvironmentConfiguration