feat: add middleware using Redis as data source

This commit is contained in:
2026-07-17 09:59:59 +07:00
parent edd6f24eab
commit bb3f5ff891
7 changed files with 191 additions and 1 deletions
+3 -1
View File
@@ -25,4 +25,6 @@ JWT_SECRET=
HTTP_BASE_URL=http://example.com
HTTP_USERNAME=
HTTP_PASSWORD=
HTTP_TIMEOUT=3000
HTTP_TIMEOUT=3000
MERCHANT_REGISTER=[{"merchantId":"","merchantName":"", "contactPhone": "", "apiKey": "", "secretKey": ""}]