Updated config file

Updated config file to contain a section for the source notebook and section
This commit is contained in:
kdeng00
2022-10-01 20:29:18 -04:00
parent 9de6fdb11c
commit ec07a810bf
2 changed files with 13 additions and 3 deletions
+9 -1
View File
@@ -9,7 +9,15 @@
"vendors": {
"simplenote": {
"username": "me",
"password": "who"
"password": "who",
"source_notebook": "",
"source_section": ""
},
"onenote": {
"username": "",
"password": "",
"source_notebook": "New notebook",
"source_section": "New Section"
}
}
}