Skip to content

Commit

Permalink
update default key regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Feb 19, 2024
1 parent b4a9dac commit a692c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ APP_ADD_POST_REMOTE_IP_DENIED=

# Post ID rules (for kevacoin key)
# do not change to keep external KevaChat nodes compatibility
APP_ADD_POST_KEY_REGEX=/^([\d]{1,260})@([A-z0-9-_]{1,260})$/
APP_ADD_POST_KEY_REGEX=/^([\d]{1,64})@([A-z0-9-_]{1,64})$/

# Post content rules (for kevacoin value, max length is 3072)
# do not change to keep external KevaChat nodes compatibility
Expand Down

0 comments on commit a692c7f

Please sign in to comment.