aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-02 18:43:17 +0800
committercrupest <crupest@outlook.com>2022-12-20 20:32:52 +0800
commit87fc365b7debf990aab668783401c746f8e7cd3e (patch)
tree4c20ee1fb813898d31220eeb18ee9973c4ad9e77 /template
parent84167119c0282a5e19b8e7bfb578487c3cddf2d8 (diff)
downloadcrupest-87fc365b7debf990aab668783401c746f8e7cd3e.tar.gz
crupest-87fc365b7debf990aab668783401c746f8e7cd3e.tar.bz2
crupest-87fc365b7debf990aab668783401c746f8e7cd3e.zip
Develop secret api.
Diffstat (limited to 'template')
-rw-r--r--template/crupest-api-config.json.template12
1 files changed, 7 insertions, 5 deletions
diff --git a/template/crupest-api-config.json.template b/template/crupest-api-config.json.template
index fc5eb85..65a7944 100644
--- a/template/crupest-api-config.json.template
+++ b/template/crupest-api-config.json.template
@@ -1,8 +1,10 @@
{
- "Todos": {
- "Username": "$CRUPEST_GITHUB_USERNAME",
- "ProjectNumber": "$CRUPEST_GITHUB_PROJECT_NUMBER",
- "Token": "$CRUPEST_GITHUB_TOKEN",
- "Count": "$CRUPEST_GITHUB_TODO_COUNT"
+ "CrupestApi": {
+ "Todos": {
+ "Username": "$CRUPEST_GITHUB_USERNAME",
+ "ProjectNumber": "$CRUPEST_GITHUB_PROJECT_NUMBER",
+ "Token": "$CRUPEST_GITHUB_TOKEN",
+ "Count": "$CRUPEST_GITHUB_TODO_COUNT"
+ }
}
}