From 8088b0ec903e6c59d1079bd3c224a33f2e4fd00b 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 9d20e44a0b..e37d535048 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