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 bb25588
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 @@ -459,6 +459,36 @@
"type": "boolean",
"default": "false"
},
{
"name": "PHP_FPM_PM_TYPE",
"description": "default pm setting for PHP FPM pools.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_DEFAULT_PM_TYPE",
"description": "pm setting for dp_default PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_INTERNAL_PM_TYPE",
"description": "pm setting for dp_internal PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_GQL_PM_TYPE",
"description": "pm setting for dp_gql PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_BROADCASTER_PM_TYPE",
"description": "pm setting for dp_broadcaster PHP FPM pool.",
"type": "string",
"default": "ondemand"
},
{
"name": "PHP_FPM_DP_BROADCASTER_MAX_CHILDREN",
"description": "pm.max_children setting for dp_broadcaster PHP FPM pool.",
Expand Down

0 comments on commit bb25588

Please sign in to comment.