fix: change socket port to 3005 (conflict with grafana) and make CI artifacts non-blocking
This commit is contained in:
@@ -114,7 +114,7 @@ OLLAMA_BASE_URL="http://ollama:11434"
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
# Brainstorm / Socket.io
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
SOCKET_PORT=3002
|
||||
SOCKET_PORT=3005
|
||||
SOCKET_HTTP_PORT=3003
|
||||
SOCKET_INTERNAL_KEY=change-this-to-a-random-secret
|
||||
SOCKET_INTERNAL_URL=http://memento-socket:3003
|
||||
|
||||
Reference in New Issue
Block a user