We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ada869 commit 132fc8dCopy full SHA for 132fc8d
2 files changed
.gitignore
@@ -2,9 +2,9 @@
2
*.key
3
*.pem
4
node_modules/
5
-# Slack bridge
6
-slack-bridge/node_modules/
7
-slack-bridge/.env
+# Broker gateway
+broker-gateway/node_modules/
+broker-gateway/.env
8
.pi/
9
# Coverage
10
coverage/
bin/ci/smoke-agent-runtime.sh
@@ -15,7 +15,7 @@ readonly AGENT_USER="baudbot_agent"
15
readonly AGENT_HOME="/home/${AGENT_USER}"
16
readonly CONTROL_DIR="${AGENT_HOME}/.pi/session-control"
17
readonly CONTROL_ALIAS="${CONTROL_DIR}/control-agent.alias"
18
-readonly BRIDGE_STATUS_FILE="${AGENT_HOME}/.pi/agent/slack-bridge-supervisor.json"
+readonly BRIDGE_STATUS_FILE="${AGENT_HOME}/.pi/agent/broker-gateway-supervisor.json"
19
readonly START_TIMEOUT_SECONDS=60
20
readonly STABILIZE_SECONDS=20
21
0 commit comments