Files
s2o/config.json
T
kdeng00 ec07a810bf Updated config file
Updated config file to contain a section for the source notebook and section
2022-10-01 20:29:18 -04:00

23 lines
606 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",
"vendors": {
"simplenote": {
"username": "me",
"password": "who",
"source_notebook": "",
"source_section": ""
},
"onenote": {
"username": "",
"password": "",
"source_notebook": "New notebook",
"source_section": "New Section"
}
}
}