We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec57b65 commit b8be91cCopy full SHA for b8be91c
AutomaticClockOuts/readme.md
@@ -32,9 +32,11 @@ NOTE:
32
Don't forget to set the following environment variables to make this app work:
33
34
```sh
35
-COSMOS_DB_KEY
36
-MS_CLIENT_ID
37
-MS_AUTHORITY
38
-MS_CLIENT_SECRET
+ENDPOINT='XXX'
+KEY='XXX'
+CLIENT_ID='XXX'
+AUTHORITY='XXX'
39
+CLIENT_SECRET='XXX'
40
+SLACK_WEBHOOK='XXX'
41
```
42
Check the pinned message in our slack channel to get these values
0 commit comments