diff options
author | crupest <crupest@outlook.com> | 2022-12-02 18:43:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:52 +0800 |
commit | 87fc365b7debf990aab668783401c746f8e7cd3e (patch) | |
tree | 4c20ee1fb813898d31220eeb18ee9973c4ad9e77 /template | |
parent | 84167119c0282a5e19b8e7bfb578487c3cddf2d8 (diff) | |
download | crupest-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.template | 12 |
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" + } } } |