|
|
|
@ -19,7 +19,7 @@ APP_ENV=dev
@@ -19,7 +19,7 @@ APP_ENV=dev
|
|
|
|
|
APP_SECRET=EDIT_ME |
|
|
|
|
###< symfony/framework-bundle ### |
|
|
|
|
|
|
|
|
|
APP_VERSION=1.3.0 |
|
|
|
|
APP_VERSION=1.3.1 |
|
|
|
|
|
|
|
|
|
APP_NAME=KevaChat |
|
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ APP_KEVACOIN_EXPLORER_URL=https://keva.one/explorer/address/
@@ -49,7 +49,7 @@ APP_KEVACOIN_EXPLORER_URL=https://keva.one/explorer/address/
|
|
|
|
|
# Address to receive kevacoin powers (make others able to fill node balance) |
|
|
|
|
APP_KEVACOIN_BOOST_ADDRESS=EDIT_ME |
|
|
|
|
|
|
|
|
|
# Allowed room namespaces, separated with | (must be owned to accept posts) |
|
|
|
|
# Pinned room namespaces, separated with | |
|
|
|
|
APP_KEVACOIN_ROOM_NAMESPACES_PINNED=EDIT_ME |
|
|
|
|
|
|
|
|
|
# Allowed room namespaces for read only (e.g. project news) separated with | |
|
|
|
@ -76,5 +76,8 @@ APP_ADD_POST_REMOTE_IP_MODERATORS=
@@ -76,5 +76,8 @@ APP_ADD_POST_REMOTE_IP_MODERATORS=
|
|
|
|
|
# Skip access limits for banned IPs separated by | |
|
|
|
|
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]+)@([A-z0-9\.\:\[\]]+)$/ |
|
|
|
|
|
|
|
|
|
# Post content rules (for kevacoin value) |
|
|
|
|
APP_ADD_POST_VALUE_REGEX=/^[\w\s\:\.\,\'\"\/\!\?\@\#\%\(\)\[\]\+\-\*\$\%]{2,3072}$/ui |