Make config syntax more consistant

This commit is contained in:
s1idewhist1e 2023-05-08 10:30:21 -07:00
parent 0c742929a5
commit 8088b0ec90
No known key found for this signature in database
GPG Key ID: 9CC756BB9B325062
1 changed files with 7 additions and 6 deletions

View File

@ -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