chenqiaorui commented on issue #7550:
URL: https://github.com/apache/apisix/issues/7550#issuecomment-1208859830
added ```config.yaml``` configuration:
```
...
lua_shared_dicts: # add custom shared cache to nginx.conf
auth_token: 10m
...
redis:
redis_host: "xx"
redis_port: 6379
redis_password: "xx"
redis_db: 1
redis_timeout: 3000
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]