diff --git a/settings.sample.yaml b/settings.sample.yaml index 4864aa2..0325ea4 100644 --- a/settings.sample.yaml +++ b/settings.sample.yaml @@ -19,6 +19,7 @@ # We are pleased to have you here # May fate stay the night with you! + # The size in mebibytes of the cache # You can use megabytes instead in a pinch, # but just know the two are **NOT** the same. @@ -32,6 +33,7 @@ metrics_settings: # see https://dev.maxmind.com/geoip/geoip2/geolite2/ geoip_license_key: none + server_settings: # The client secret # Keep this secret at all costs :P @@ -46,6 +48,7 @@ server_settings: # This does not affect `max_kilobits_per_second` in any way external_max_kilobits_per_second: 0 + # Stuff that you probably don't need to change # The maximum egress rate of the webserver @@ -85,6 +88,7 @@ server_settings: # https://www.haproxy.com/blog/haproxy/proxy-protocol/ enable_proxy_protocol: false + # Settings intended for advanced use cases or tinkering dev_settings: # The url to override the MD@H backend with @@ -92,4 +96,4 @@ dev_settings: # Whether to disable the sni check for mangadex.network and localhost disable_sni_check: false # Whether to send the server header or not, defaults to false - send_server_header: false + send_server_header: false \ No newline at end of file