update: obsidian-mkdocs-publisher config

This commit is contained in:
Mathis Gauthey
2024-01-04 10:58:31 +01:00
parent 8bf312baa3
commit a9db3f1e9a

View File

@@ -6,15 +6,16 @@
"tiersForApi": "Github Free/Pro/Team (default)", "tiersForApi": "Github Free/Pro/Team (default)",
"hostname": "" "hostname": ""
}, },
"otherRepo": [],
"workflow": { "workflow": {
"name": "", "name": "",
"commitMessage": "[PUBLISHER] MERGE" "commitMessage": "[PUBLISHER] MERGE"
}, },
"tokenPath": ".obsidian/plugins/obsidian-mkdocs-publisher/env", "tokenPath": ".obsidian/plugins/obsidian-mkdocs-publisher/env",
"verifiedRepo": true,
"repo": "", "repo": "",
"user": "", "user": "",
"otherRepo": [] "rateLimit": 4985,
"verifiedRepo": true
}, },
"upload": { "upload": {
"behavior": "fixed", "behavior": "fixed",
@@ -88,6 +89,7 @@
"addCmd": false "addCmd": false
}, },
"noticeError": false, "noticeError": false,
"displayModalRepoEditing": true "displayModalRepoEditing": true,
"migrated": true
} }
} }