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