From 9bac307ba8c67645de9adc0caf085b42c1b49c41 Mon Sep 17 00:00:00 2001 From: s1idewhist1e Date: Mon, 8 May 2023 10:30:21 -0700 Subject: [PATCH] Make config syntax more consistant --- .config/example.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index 9d20e44a0..e37d53504 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -110,12 +110,13 @@ id: 'aid' #maxCaptionLength: 1500 # Reserved usernames that only the administrator can register with -reservedUsernames: - - root - - admin - - administrator - - me - - system +reservedUsernames: [ + 'root', + 'admin', + 'administrator', + 'me', + 'system' +] # Whether disable HSTS #disableHsts: true