From e3c45a9c709f61131eadb0afc65c7deb584494f6 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 22 Jul 2017 00:42:13 -0500 Subject: [PATCH] danbooru_default_config.rb: add css_server, ccs_key. --- config/danbooru_default_config.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 735c621b7..8e8af05e5 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -571,6 +571,12 @@ module Danbooru def aws_sqs_archives_url end + + def ccs_server + end + + def ccs_key + end end class EnvironmentConfiguration