danbooru_default_config.rb: add css_server, ccs_key.

This commit is contained in:
evazion
2017-07-22 00:42:13 -05:00
parent 96fddc5bec
commit e3c45a9c70

View File

@@ -571,6 +571,12 @@ module Danbooru
def aws_sqs_archives_url
end
def ccs_server
end
def ccs_key
end
end
class EnvironmentConfiguration