File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed
Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,17 @@ include the following:
6969
7070Sample configuration using OAuth client credentials:
7171
72- [default]
73- host = azure.relationalai.com
74- port = <api-port> # optional, default: 443
75- scheme = <scheme> # optional, default: https
76- client_id = <your client_id>
77- client_secret = <your client secret>
78- client_credentials_url = <account login URL> # optional
79- # default: https://login.relationalai.com/oauth/token
72+ ``` conf
73+ [default]
74+ host = azure.relationalai.com
75+ client_id = <your client_id>
76+ client_secret = <your client secret>
77+
78+ # the following are all optional, with default values shown
79+ # port = 443
80+ # scheme = https
81+ # client_credentials_url = https://login.relationalai.com/oauth/token
82+ ```
8083
8184Client credentials can be created using the RAI console at
8285https://console.relationalai.com/login
Original file line number Diff line number Diff line change 11[ default ]
2- region = us - east
32host = azure . relationalai . com
4- port = 443
5- client_id = < client - id >
6- client_secret = < client - secret >
7- #client_credentials_url = https://login.relationalai.com/oauth/token
3+ client_id = <your client_id >
4+ client_secret = <your client secret >
85
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