diff --git a/apps/quickstart-fullstack-react-node/README.md b/apps/quickstart-fullstack-react-node/README.md index 71a5c7e8..02f6785b 100755 --- a/apps/quickstart-fullstack-react-node/README.md +++ b/apps/quickstart-fullstack-react-node/README.md @@ -20,8 +20,7 @@ npm install ## Run the project 1. Add your MONDAY_SIGNING_SECRET to .env file -
\*\* To get your MONDAY_SIGNING_SECRET go to monday.com, open Developers section, open your app and find the Signing Secret in "Basic Information" section -
![Screenshot](https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/remote_mondaycom_static/uploads/VladMystetskyi/4db4f03e-67a5-482d-893e-033db67ee09b_monday-Apps2020-05-1901-31-26.png) +
\*\* To get your MONDAY_SIGNING_SECRET, go to monday.com, open the Developers section, open your app, and copy the Client Secret Value. 2. Build the client code and run the server with ngrok tunnel with the command: ```bash @@ -49,4 +48,4 @@ npm run deploy After your application has been uploaded make sure to make the necessary adjustments in the Monday UI. E.g. in our example, make sure to set up env variable for MONDAY_SIGNING_SECRET in order for the application -to authenticate. \ No newline at end of file +to authenticate. diff --git a/apps/quickstart-integrations-ts/README.md b/apps/quickstart-integrations-ts/README.md index 33e3664d..f5b34f9a 100755 --- a/apps/quickstart-integrations-ts/README.md +++ b/apps/quickstart-integrations-ts/README.md @@ -55,8 +55,7 @@ In short, integrations run off of triggers that invoke certain actions. These tr ## Part 4: Run the project 1. Add your MONDAY_SIGNING_SECRET to .env file -
\*\* To get your MONDAY_SIGNING_SECRET go to monday.com, open Developers section, open your app and find the Signing Secret in "Basic Information" section -
![Screenshot](https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/remote_mondaycom_static/uploads/VladMystetskyi/4db4f03e-67a5-482d-893e-033db67ee09b_monday-Apps2020-05-1901-31-26.png) +
\*\* To get your MONDAY_SIGNING_SECRET, go to monday.com, open the Developers section, open your app, and copy the Client Secret Value. 2. Run the server with ngrok tunnel with the command: ``` @@ -71,4 +70,4 @@ $ npm start You're done! Head to any of your boards to add the integration recipe by searching up its name (in this example the integration name is "New Feature"). -Follow the integration recipe prompts as normal (selecting which Text columns you want) and watch the magic unfold! \ No newline at end of file +Follow the integration recipe prompts as normal (selecting which Text columns you want) and watch the magic unfold!