Skip to content

Commit 7c82d65

Browse files
authored
Revert "Add manifest to slack [MAPS-70] (#10212)" (#10218)
This reverts commit 3b72a13.
1 parent 78aa238 commit 7c82d65

File tree

16 files changed

+9944
-19622
lines changed

16 files changed

+9944
-19622
lines changed

apps/slack/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ This sections explains how to run the Slack app locally.
9999

100100
### Lambda
101101

102-
- Change Dockerfile node version to 18. It should look like: `FROM node:18-alpine AS base`
103-
- Change serverless.yml runtime node version to 18. It should look like `runtime: nodejs18.x`
104102
- Copy `lambda/config/serverless.dev.yml.example` to `lambda/config/serverless.dev.yml`
105103
- Create a new Contentful app, if this has not been done already.
106104
- Set frontend URL to `http://localhost:1234`
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
REACT_APP_SLACK_CLIENT_ID=<your-slack-app-client-id>
2-
REACT_APP_BACKEND_BASE_URL=https://slack-backend-dev.ngrok.io/dev/api
3-
4-
## This are only needed to run the updateAppAction script
5-
CONTENTFUL_ACCESS_TOKEN=<your-contentful-access-token>
6-
CONTENTFUL_ORG_ID=<your-contentful-organization-id>
7-
CONTENTFUL_APP_DEF_ID=<your-contentful-app-definition-id>
8-
#Optional
9-
APP_ACTION_ID=<your-app-action-id>
2+
REACT_APP_BACKEND_BASE_URL=https://slack-backend-dev.ngrok.io/dev/api

apps/slack/frontend/contentful-app-manifest.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)