diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 25c629298..e1110ca6f 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -783,6 +783,12 @@ module Danbooru def cloudflare_key end + + def recommender_server + end + + def recommender_key + end end class EnvironmentConfiguration