Remove admin_email. Use repos url for captcha ID and reddit header. Add note about not updating changelog

This commit is contained in:
HackerNCoder
2021-01-07 21:09:24 +01:00
parent 4d512d908d
commit 606dd11b4f
4 changed files with 4 additions and 3 deletions

View File

@ -95,7 +95,6 @@ class Config
property port : Int32 = 3000 # Port to listen for connections (overrided by command line argument)
property host_binding : String = "0.0.0.0" # Host to bind (overrided by command line argument)
property pool_size : Int32 = 100 # Pool size for HTTP requests to youtube.com and ytimg.com (each domain has a separate pool of `pool_size`)
property admin_email : String = "FIXME" # Email for bug reports
@[YAML::Field(converter: Preferences::StringToCookies)]
property cookies : HTTP::Cookies = HTTP::Cookies.new # Saved cookies in "name1=value1; name2=value2..." format