mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-13 21:18:07 +01:00
Improve toml::format regarding space above nested objects
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
# Required! This value must be specified.
|
||||
#site_name =
|
||||
|
||||
# Configurations related to the HTTP communication.
|
||||
|
||||
# Configurations related to the HTTP communication.
|
||||
[http]
|
||||
# The port the server will listen on.
|
||||
#
|
||||
@@ -19,6 +19,7 @@
|
||||
# Default value: "127.0.0.1"
|
||||
#bind = "127.0.0.1"
|
||||
|
||||
|
||||
[http.headers]
|
||||
# The header in which the reverse proxy specifies the username.
|
||||
#
|
||||
@@ -30,8 +31,8 @@
|
||||
# Default value: "x-display-name"
|
||||
#display_name = "x-display-name"
|
||||
|
||||
# Configuring the logging.
|
||||
|
||||
# Configuring the logging.
|
||||
[log]
|
||||
# If set to `true`, the app will log to stdout.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user