Skip to content

Commit

Permalink
[4.00 Allow setting redis port to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol committed Nov 29, 2021
1 parent 6801293 commit 205ca67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_config/forms/application.xml
Expand Up @@ -137,7 +137,7 @@
label="COM_CONFIG_FIELD_REDIS_PORT_LABEL"
description="COM_CONFIG_FIELD_REDIS_PORT_DESC"
showon="cache_handler:redis[AND]caching:1,2"
min="1"
min="0"
max="65535"
default="6379"
filter="integer"
Expand Down Expand Up @@ -894,7 +894,7 @@
label="COM_CONFIG_FIELD_REDIS_PORT_LABEL"
description="COM_CONFIG_FIELD_REDIS_PORT_DESC"
showon="session_handler:redis"
min="1"
min="0"
max="65535"
default="6379"
validate="number"
Expand Down

0 comments on commit 205ca67

Please sign in to comment.