From 3045ee25c0b1f81cb2672eb34144eba7fcebd389 Mon Sep 17 00:00:00 2001 From: Jim Severino Date: Mon, 15 Jun 2026 16:48:42 +1000 Subject: [PATCH] Fix(docs): Add correctly TOML-formatted values for first string and array examples --- example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.toml b/example.toml index 12a5ce0..023bd65 100644 --- a/example.toml +++ b/example.toml @@ -4,7 +4,7 @@ # Can also be specified via environment variable `PDS_HOSTNAME`. # # Required! This value must be specified. -#hostname = +#hostname = "pds.example.com" # Address to bind the HTTP server to. # @@ -24,7 +24,7 @@ # Defaults to the PDS hostname when not set. # # Can also be specified via environment variable `PDS_USER_HANDLE_DOMAINS`. -#user_handle_domains = +#user_handle_domains = ["example.com"] # Enable PDS-hosted did:web identities. Hosting did:web requires a # long-term commitment to serve DID documents; opt-in only.