Update README.md

This commit is contained in:
2026-08-24 00:09:17 +00:00
parent 1dd17f76f6
commit 31d6729fe6

View File

@@ -180,7 +180,7 @@ SLACK_CAPTURE_REACTION=pushpin
EOF EOF
``` ```
`SLACK_SIGNING_SECRET` is already in the integration variables above. There is no OAuth flow here on purpose: a single workspace reading credentials from the environment is far less machinery than an install dance, and the OAuth endpoints in the provider registry stay unused until multi-workspace support is actually needed. `SLACK_SIGNING_SECRET` is already in the integration variables above. There is no OAuth flow here on purpose: a single workspace reading credentials from the environment is a simple, and the OAuth endpoints in the provider registry stay unused until multi-workspace support is actually needed.
### 2. Expose backend ### 2. Expose backend