File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,20 @@ include the following:
3030``` conf
3131[default]
3232host = azure.relationalai.com
33- port = <api-port> # optional, default: 443
34- scheme = <scheme> # optional, default: https
3533client_id = <your client_id>
3634client_secret = <your client secret>
37- client_credentials_url = <account login URL> # optional
38- # default: https://login.relationalai.com/oauth/token
35+
36+ # the following are all optional, with default values shown
37+ # port = 443
38+ # scheme = https
39+ # client_credentials_url = https://login.relationalai.com/oauth/token
3940```
4041
4142Client credentials can be created using the RAI console at
4243https://console.relationalai.com/login
4344
45+ You can copy ` config.spec ` from the root of this repo and modify as needed.
46+
4447### Usage
4548
4649The package provides ` readConfig ` helper that reads the configuration file
Original file line number Diff line number Diff line change 1+ [ default ]
2+ host = azure . relationalai . com
3+ client_id = <your client_id >
4+ client_secret = <your client secret >
5+
6+ # the following are all optional, with default values shown
7+ # port = 443
8+ # scheme = https
9+ # client_credentials_url = https://login.relationalai.com/oauth/token
You can’t perform that action at this time.
0 commit comments