Skip to content

Commit d9814be

Browse files
committed
#112 update README
1 parent 12899ad commit d9814be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ The app will automatically reload if you change anything in the source files.
3434
## Prepare your environment
3535

3636
### Set environment variables
37-
Create file .keys.json from keys.example.ts into environments folder with the content pinned in our slack channel
37+
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+
```
3844

3945
### Prepare your environment for vscode
4046
Install the following extensions:

0 commit comments

Comments
 (0)