|
|
@ -19,7 +19,7 @@ APP_ENV=dev |
|
|
|
APP_SECRET=EDIT_ME |
|
|
|
APP_SECRET=EDIT_ME |
|
|
|
###< symfony/framework-bundle ### |
|
|
|
###< symfony/framework-bundle ### |
|
|
|
|
|
|
|
|
|
|
|
APP_VERSION=1.12.1 |
|
|
|
APP_VERSION=1.13.0 |
|
|
|
|
|
|
|
|
|
|
|
APP_NAME=KevaChat |
|
|
|
APP_NAME=KevaChat |
|
|
|
|
|
|
|
|
|
|
@ -57,13 +57,13 @@ APP_KEVACOIN_MINE_SOLO_URL=https://kevacoin.org/tutorial_solo_mining.html |
|
|
|
APP_KEVACOIN_EXPLORER_URL=https://keva.one/explorer/address/ |
|
|
|
APP_KEVACOIN_EXPLORER_URL=https://keva.one/explorer/address/ |
|
|
|
|
|
|
|
|
|
|
|
# Pinned room namespaces, separated with | |
|
|
|
# Pinned room namespaces, separated with | |
|
|
|
APP_KEVACOIN_ROOM_NAMESPACES_PINNED=EDIT_ME |
|
|
|
APP_KEVACOIN_ROOM_NAMESPACES_PINNED= |
|
|
|
|
|
|
|
|
|
|
|
# Allowed room namespaces for read only (e.g. project news) separated with | |
|
|
|
# Allowed room namespaces for read only (e.g. project news) separated with | |
|
|
|
APP_KEVACOIN_ROOM_NAMESPACES_READONLY= |
|
|
|
APP_KEVACOIN_ROOM_NAMESPACES_READONLY= |
|
|
|
|
|
|
|
|
|
|
|
# Redirect from index page to default room |
|
|
|
# Redirect from index page to default room |
|
|
|
APP_KEVACOIN_ROOM_NAMESPACE_DEFAULT=EDIT_ME |
|
|
|
APP_KEVACOIN_ROOM_NAMESPACE_DEFAULT= |
|
|
|
|
|
|
|
|
|
|
|
# Session expire |
|
|
|
# Session expire |
|
|
|
APP_SESSION_DEFAULT_TIMEOUT=2592000 |
|
|
|
APP_SESSION_DEFAULT_TIMEOUT=2592000 |
|
|
|