From f4b5945d748cf3bf70187cc223a9e428fcdf2907 Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:09:18 +0200 Subject: [PATCH] fix(doc): fix invalid yaml syntax yaml values containing `:` need to be wrapped in quotes Signed-off-by: nezu <29180158+dumbasPL@users.noreply.github.com> --- doc/config/yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config/yaml.yml b/doc/config/yaml.yml index 1035ec99..299a1e6f 100644 --- a/doc/config/yaml.yml +++ b/doc/config/yaml.yml @@ -102,7 +102,7 @@ smtp_server: # The default port the SMTP server should listen on unless overriden by the PORT environment variable default_port: 25 # The default bind address the SMTP server should listen on unless overriden by the BIND_ADDRESS environment variable - default_bind_address: :: + default_bind_address: "::" # The default port for the SMTP server health server to listen on default_health_server_port: 9091 # The default bind address for the SMTP server health server to listen on