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 12899ad commit d9814beCopy full SHA for d9814be
README.md
@@ -34,7 +34,13 @@ The app will automatically reload if you change anything in the source files.
34
## Prepare your environment
35
36
### Set environment variables
37
-Create file .keys.json from keys.example.ts into environments folder with the content pinned in our slack channel
+Create a file keys.ts with the content pinned in our slack channel:
38
+
39
+```
40
+export const AUTHORITY = 'XXX';
41
+export const CLIENT_ID = 'XXX';
42
+export const SCOPES = ['XXX'];
43
44
45
### Prepare your environment for vscode
46
Install the following extensions:
0 commit comments