Files
s2o/config.json
kdeng00 62708dea89 Updated config file
Added new fields for limiting requests
2022-10-02 13:43:39 -04:00

25 lines
645 B
JSON

{
"token": "some_token",
"secret": "some secret",
"app_id": "sdf348thg348fh3f",
"mode": "token",
"scopes": ["Create", "Read"],
"authority_url": "https://some-link.com",
"base_url": "https://some-other-link.com",
"limit": 100,
"interval": 300,
"vendors": {
"simplenote": {
"username": "me",
"password": "who",
"source_notebook": "",
"source_section": ""
},
"onenote": {
"username": "",
"password": "",
"target_notebook": "New notebook",
"target_section": "New Section"
}
}
}