From 80bb178ab3234fb7b883c6489ff3c5e2631e208e Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 26 Nov 2022 17:21:33 +0800 Subject: Add crupest-api. --- template/crupest-api-config.json.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template/crupest-api-config.json.template (limited to 'template/crupest-api-config.json.template') 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" + } +} -- cgit v1.2.3