1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Add back extra newline between setting sample sections

They were removed by IDE auto-formatter.
This commit is contained in:
Erek Speed 2021-07-12 08:15:04 +09:00
parent 438963672a
commit a0017aee5b
No known key found for this signature in database
GPG key ID: 12933BB2EAD9F705

View file

@ -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