mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat(api): Redis integration REST/WS
This commit is contained in:
@@ -58,3 +58,9 @@ NEXT_PUBLIC_SSO_ENABLED=false
|
||||
APP_WIDGET_PORT=5173
|
||||
REACT_APP_WIDGET_API_URL=http://${APP_DOMAIN}:${API_PORT}
|
||||
REACT_APP_WIDGET_CHANNEL=web-channel
|
||||
|
||||
# Redis
|
||||
APP_REDIS_PORT=9001
|
||||
REDIS_ENABLED=false
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
|
||||
Reference in New Issue
Block a user