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.
2 parents 12899ad + d9814be commit fbcf2a3Copy full SHA for fbcf2a3
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