mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-25 15:40:49 +08:00
feat: add whitelist register mode
This commit is contained in:
@@ -13,6 +13,9 @@ app.password.strength=${PASSWORD_STRENGTH:LOW}
|
||||
# Post publish mode: DIRECT or REVIEW
|
||||
app.post.publish-mode=${POST_PUBLISH_MODE:DIRECT}
|
||||
|
||||
# User register mode: DIRECT or WHITELIST
|
||||
app.register.mode=${REGISTER_MODE:WHITELIST}
|
||||
|
||||
# Image upload configuration
|
||||
app.upload.check-type=${UPLOAD_CHECK_TYPE:true}
|
||||
app.upload.max-size=${UPLOAD_MAX_SIZE:5242880}
|
||||
|
||||
Reference in New Issue
Block a user