Skip to content

Commit 1cab45d

Browse files
authored
copied from original
1 parent d498609 commit 1cab45d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

examples/config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"reso": {
3+
"client_id": "",
4+
"client_secret": "",
5+
"api_auth_url": "",
6+
"api_token_url": "",
7+
"verify_ssl": false,
8+
"api_request_url": ""
9+
},
10+
"open_id": {
11+
"redirect_uri": "",
12+
"scope": ""
13+
},
14+
"http_request": {
15+
"request_path": "Property",
16+
"accept_type": "json",
17+
"filename": "<full_path>",
18+
"output_format": "json"
19+
},
20+
"username": "",
21+
"password": ""
22+
}

0 commit comments

Comments
 (0)