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

View file

@ -110,12 +110,13 @@ id: 'aid'
#maxCaptionLength: 1500 #maxCaptionLength: 1500
# Reserved usernames that only the administrator can register with # Reserved usernames that only the administrator can register with
reservedUsernames: reservedUsernames: [
- root 'root',
- admin 'admin',
- administrator 'administrator',
- me 'me',
- system 'system'
]
# Whether disable HSTS # Whether disable HSTS
#disableHsts: true #disableHsts: true