From 17746e9268f2b3558ce85f4aa017dbdccfc62528 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Sat, 22 Aug 2026 00:52:55 -0400 Subject: [PATCH] buildout Slack integration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b4678..3b4a67b 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ DATABASE_URL=postgresql://:@localhost:5432/kongruity EOF ``` -Replace placeholder values with your actual keys and database credentials. +Replace placeholder values with your keys and database credentials. #### Integration variables @@ -179,7 +179,7 @@ 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. -### 2. Expose your local backend +### 2. Expose backend Slack only delivers to a public HTTPS URL, so a tunnel is required for local development.