PHP Classes

File: .env.rateLimiting

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   PHP Microservices Framework   .env.rateLimiting   Download  
File: .env.rateLimiting
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Microservices Framework
Setup microservices apps with configuration arrays
Author: By
Last change:
Date: 14 hours ago
Size: 901 bytes
 

Contents

Class file image Download
; ; Rate Limiting related configs ; ; Rate Limiting Key Prefix rateLimitIPPrefix='IPRL:' ; Rate limit open traffic (not limited by allowed IPs/CIDR and allowed Rate Limit to user) rateLimitCustomerPrefix='CRL:' ; Customer based Rate Limitng (GRL) Key prefix used in Redis rateLimitGroupPrefix='GRL:' ; Group based Rate Limitng (GRL) Key prefix used in Redis rateLimitUserPrefix='URL:' ; User based Rate Limitng (URL) Key prefix used in Redis rateLimitRoutePrefix='RRL:' ; Route based Rate Limiting (RRL) Key prefix used in Redis rateLimitUserPerIpPrefix='UIRL:' ; User Per IP based Rate Limiting (UIRL) Key prefix used in Redis rateLimitUserLoginPrefix='ULRL:' ; User Login Rate Limiting (ULRL) Key prefix used in Redis rateLimitUserRequestPrefix='URRL:' ; User Per IP based Rate Limiting (UIRL) Key prefix used in Redis