From a60520ef6acb97472e3b8f610efcb5f845057794 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 13 Jun 2017 01:14:04 -0500 Subject: [PATCH] pawoo: add credentials to default config. --- config/danbooru_default_config.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index bac24967e..78a4c26bc 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -373,6 +373,15 @@ module Danbooru nil end + # http://tinysubversions.com/notes/mastodon-bot/ + def pawoo_client_id + nil + end + + def pawoo_client_secret + nil + end + def enable_dimension_autotagging true end