Make rate limit configurable; closes #1695
This commit is contained in:
parent
fde8465f35
commit
e95a532da9
4 changed files with 32 additions and 5 deletions
|
@ -223,5 +223,7 @@ return [
|
|||
|
|
||||
| 'P_SERVER_CREATED_AT' => 'created_at'
|
||||
*/
|
||||
'environment_variables' => [],
|
||||
'environment_variables' => [
|
||||
'P_SERVER_ALLOCATION_LIMIT' => 'allocation_limit',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue