mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-23 04:54:32 +00:00
reduce default room name length
This commit is contained in:
parent
a733f151e9
commit
af34d88167
2
.env
2
.env
@ -74,7 +74,7 @@ APP_ADD_ROOM_REMOTE_IP_DELAY=86400
|
||||
APP_ADD_ROOM_REMOTE_IP_DENIED=
|
||||
|
||||
# Room name rules (for kevacoin _KEVA_NS_, max length 520)
|
||||
APP_ADD_ROOM_KEVA_NS_VALUE_REGEX=/^[\w\s_-]{2,140}$/ui
|
||||
APP_ADD_ROOM_KEVA_NS_VALUE_REGEX=/^[\w\s_-]{2,64}$/ui
|
||||
|
||||
# Allow remotes to create new posts (submit key/values)
|
||||
APP_ADD_POST_REMOTE_IP_REGEX=/.*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user