From 59a1689fcd36b7e9519459c1ec0b42481d30cc39 Mon Sep 17 00:00:00 2001 From: Vipul Sharma Date: Sun, 5 Sep 2021 21:27:26 +0530 Subject: [PATCH] fix: set env doc order --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9572cc0..e007e66 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,6 @@ Pre-built image at: https://hub.docker.com/repository/docker/vipul20/slack-stand Make sure to update the following environment variables in [`docker-compose.yml`](./docker-compose.yml) -### Helm - -Helm chart in [`./charts`](./charts) directory. - #### Slack tokens - `SLACK_SIGNING_SECRET`: Slack signing secret @@ -40,6 +36,10 @@ Helm chart in [`./charts`](./charts) directory. - `SQLALCHEMY_DATABASE_URI`: URI of the database to use. By default, a Sqlite DB is configured. +### Helm + +Helm chart in [`./charts`](./charts) directory. + ## Setting up the application on Slack You can setup the Slack app using the app manifest (the easier way) or manually.