diff options
author | crupest <crupest@outlook.com> | 2022-11-26 17:21:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-26 17:21:33 +0800 |
commit | 31af13e54a1fa2c669f7d8ecca8a0c8e2d067676 (patch) | |
tree | 588d8efd20f1e427a9c72ce8fadd8a5dcb0b4879 /template/crupest-api-config.json.template | |
parent | 6259ab6ae42fefc3328d61fd016401342c08a90f (diff) | |
download | crupest-31af13e54a1fa2c669f7d8ecca8a0c8e2d067676.tar.gz crupest-31af13e54a1fa2c669f7d8ecca8a0c8e2d067676.tar.bz2 crupest-31af13e54a1fa2c669f7d8ecca8a0c8e2d067676.zip |
Add crupest-api.
Diffstat (limited to 'template/crupest-api-config.json.template')
-rw-r--r-- | template/crupest-api-config.json.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/crupest-api-config.json.template b/template/crupest-api-config.json.template new file mode 100644 index 0000000..fc5eb85 --- /dev/null +++ b/template/crupest-api-config.json.template @@ -0,0 +1,8 @@ +{ + "Todos": { + "Username": "$CRUPEST_GITHUB_USERNAME", + "ProjectNumber": "$CRUPEST_GITHUB_PROJECT_NUMBER", + "Token": "$CRUPEST_GITHUB_TOKEN", + "Count": "$CRUPEST_GITHUB_TODO_COUNT" + } +} |