Merge pull request 'Make config syntax more consistant' (#10066) from s1idewhist1e/calckey:issue/10065 into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10066
This commit is contained in:
Kainoa Kanter 2023-05-08 19:46:48 +00:00
commit 787245aefb
1 changed files with 7 additions and 6 deletions

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