45 lines
1.6 KiB
INI
45 lines
1.6 KiB
INI
[basic]
|
|
serviceName = szuru2
|
|
serviceBaseUrl = http://localhost/
|
|
emailAddress = noreply@localhost
|
|
|
|
[database]
|
|
host = localhost
|
|
port = 27017
|
|
name = booru-dev
|
|
|
|
[security]
|
|
secret = change
|
|
minPasswordLength = 5
|
|
needEmailActivationToRegister = 1
|
|
|
|
[security.privileges]
|
|
register = anonymous
|
|
listUsers = regularUser, powerUser, moderator, administrator
|
|
deleteOwnAccount = regularUser, powerUser, moderator, administrator
|
|
deleteAllAccounts = administrator
|
|
changeOwnName = regularUser, powerUser, moderator, administrator
|
|
changeOwnAvatarStyle = regularUser, powerUser, moderator, administrator
|
|
changeOwnEmailAddress = regularUser, powerUser, moderator, administrator
|
|
changeOwnName = regularUser, powerUser, moderator, administrator
|
|
changeOwnPassword = regularUser, powerUser, moderator, administrator
|
|
changeAllAvatarStyles = moderator, administrator
|
|
changeAllEmailAddresses = moderator, administrator
|
|
changeAllNames = moderator, administrator
|
|
changeAllPasswords = moderator, administrator
|
|
changeAccessRank = administrator
|
|
|
|
listSafePosts = anonymous, regularUser, powerUser, moderator, administrator
|
|
listSketchyPosts = anonymous, regularUser, powerUser, moderator, administrator
|
|
listUnsafePosts = anonymous, regularUser, powerUser, moderator, administrator
|
|
uploadPosts = regularUser, powerUser, moderator, administrator
|
|
|
|
listTags = anonymous, regularUser, powerUser, moderator, administrator
|
|
|
|
[users]
|
|
minUserNameLength = 1
|
|
maxUserNameLength = 32
|
|
usersPerPage = 20
|
|
|
|
[misc]
|
|
thumbnailCropStyle = outside
|