Skip to content

Commit 2c8d3ca

Browse files
authored
Merge pull request #14 from Evolutionary-Algorithms-On-Click/sse-redis-migration-update
Update documentation for log streaming migration from ws to redis
2 parents f4877ed + 2262080 commit 2c8d3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ MAILER_PASSWORD = <mailer_pass>
4747
FRONTEND_URL = http://localhost:3000
4848
AUTH_HTTP_PORT = 5000
4949
AUTH_GRPC_PORT = 5001
50-
WEBSOCKET_LOG_URL = ws://host.docker.internal:5002/live
50+
REDIS_URL= redis://host.docker.internal:6379/0
5151
RUNNER_CONTROLLER_HTTP_PORT = 5002
5252
AUTH_GRPC_ADDRESS = host.docker.internal:5001
5353

0 commit comments

Comments
 (0)