# For further information, please see README.md

# Danbooru default URL and API request
danbooru_api_url=https://danbooru.donmai.us/ # With a trailing slash (/)!
danbooru_default_request=tags=random:1+rating:s

# Writing tags requires your login username and your API key
# The API key is NOT your login password
danbooru_user=
danbooru_pass=

# MLP config
machine_learning_platform_repository_debug=false

# Tag threshold. The minimum is 10
# Advised threshold = 50
tags_min_score=50

# Picture storage path
picture_storage="tmp"

# Facade
limit_for_suggested_tags=15

# comma separated list for tags which must not be listed.
highlight_color_attributes=red,green,blue,pink,black,silver,purple,grey,white,brown,orange,blonde,aqua,dark_blue,dark_green,light_blue,light_brown,light_green,light_purple,pink,platinum_blonde,purple,translucent,yellow

# space separated list for tags which must not be listed.
tag_suggestion_exclude_list=""

# Debug
debug=false
