Expanded edit fields. Added revision history to scene and user pages.
This commit is contained in:
@@ -63,6 +63,9 @@ module.exports = {
|
||||
usernameLength: [2, 24],
|
||||
usernamePattern: /^[a-zA-Z0-9_-]+$/,
|
||||
},
|
||||
bans: {
|
||||
defaultExpiry: 60 * 24 * 3, // in minutes, 3 days
|
||||
},
|
||||
apiAccess: {
|
||||
graphqlEnabled: true,
|
||||
keySize: 24, // bytes
|
||||
|
||||
Reference in New Issue
Block a user