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 | 691a23f5f8b7f58a23d8dea841d3576b047b5336 (patch) | |
tree | 4c20ee1fb813898d31220eeb18ee9973c4ad9e77 /template | |
parent | 608caf10276a8ebccf1a5c4497e71e2157c3340b (diff) | |
download | crupest-691a23f5f8b7f58a23d8dea841d3576b047b5336.tar.gz crupest-691a23f5f8b7f58a23d8dea841d3576b047b5336.tar.bz2 crupest-691a23f5f8b7f58a23d8dea841d3576b047b5336.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" + } } } |