config: remove unneeded config options.

This commit is contained in:
evazion
2020-01-07 19:35:57 -06:00
parent 3d3f615591
commit e28a955535
2 changed files with 3 additions and 13 deletions

View File

@@ -53,10 +53,6 @@ module Danbooru
"DanbooruBot"
end
def upload_feedback_topic
ForumTopic.where(title: "Upload Feedback Thread").first
end
# The ID of the "Curated" pool. If present, this pool will be updated daily with curated posts.
def curated_pool_id
nil
@@ -192,13 +188,6 @@ module Danbooru
Socket.gethostname
end
# Names of all Danbooru servers which serve out of the same common database.
# Used in conjunction with load balancing to distribute files from one server to
# the others. This should match whatever gethostname returns on the other servers.
def all_server_hosts
[server_host]
end
# The method to use for storing image files.
def storage_manager
# Store files on the local filesystem.