Skip to content

Commit

Permalink
Add new envs to container-var-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGrundy committed Jul 18, 2024
1 parent da6bb2f commit 18f99be
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions usr/local/share/deskpro/container-var-reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@
"type": "string",
"example": "pm.max_spare_servers=5"
},
{
"name": "PHP_FPM_DP_BROADCASTER_PM_TYPE",
"description": "pm setting for dp_broadcaster PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_DEFAULT_MAX_CHILDREN",
"description": "pm.max_children setting for dp_default PHP FPM pool.",
Expand All @@ -483,6 +489,12 @@
"type": "string",
"example": "pm.max_spare_servers=5"
},
{
"name": "PHP_FPM_DP_DEFAULT_PM_TYPE",
"description": "pm setting for dp_default PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_GQL_MAX_CHILDREN",
"description": "pm.max_children setting for dp_gql PHP FPM pool.",
Expand All @@ -495,6 +507,12 @@
"type": "string",
"example": "pm.max_spare_servers=5"
},
{
"name": "PHP_FPM_DP_GQL_PM_TYPE",
"description": "pm setting for dp_gql PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_INTERNAL_MAX_CHILDREN",
"description": "pm.max_children setting for dp_interanl PHP FPM pool.",
Expand All @@ -507,6 +525,12 @@
"type": "string",
"example": "pm.max_spare_servers=5"
},
{
"name": "PHP_FPM_DP_INTERNAL_PM_TYPE",
"description": "pm setting for dp_internal PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_LISTEN_BACKLOG",
"description": "Listen backlog size for each PHP-FPM pool",
Expand All @@ -524,6 +548,12 @@
"description": "Global PHP FPM configuration to set and/or override.",
"type": "string"
},
{
"name": "PHP_FPM_PM_TYPE",
"description": "default pm setting for PHP FPM pools.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_POOL_OVERRIDES",
"description": "PHP FPM configuration to set and/or override in all pool configurations.",
Expand Down

0 comments on commit 18f99be

Please sign in to comment.