Skip to content

Commit 757be3b

Browse files
author
Giovanni D'Andrea
committed
feat: added configuration steps
1 parent 772462f commit 757be3b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ To login into Codeishot:
4545

4646
## Configuration
4747

48+
Extension Settings:
49+
50+
```json
51+
/* settings.json */
52+
{
53+
"Authentication": true,
54+
"jwt": ""
55+
}
56+
```
57+
58+
Or by using the settings user interface:
59+
60+
![user_interface](./assets/user_interface.png)
61+
62+
**`config.ts` Parameters**
63+
4864
- **Base URL**: Set to `https://codeishot.com` by default. Change it in the code if you're using a different server.
4965
- **API Endpoint**: The extension posts to `https://api.codeishot.com`.
5066

assets/user_interface.png

75.4 KB
Loading

0 commit comments

Comments
 (0)