diff options
Diffstat (limited to 'dropped/template/crupest-api-config.json.template')
| -rw-r--r-- | dropped/template/crupest-api-config.json.template | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/dropped/template/crupest-api-config.json.template b/dropped/template/crupest-api-config.json.template new file mode 100644 index 0000000..65a7944 --- /dev/null +++ b/dropped/template/crupest-api-config.json.template @@ -0,0 +1,10 @@ +{ +    "CrupestApi": { +        "Todos": { +            "Username": "$CRUPEST_GITHUB_USERNAME", +            "ProjectNumber": "$CRUPEST_GITHUB_PROJECT_NUMBER", +            "Token": "$CRUPEST_GITHUB_TOKEN", +            "Count": "$CRUPEST_GITHUB_TODO_COUNT" +        } +    } +} | 
