Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
26 additions
and 0 deletions.
- +4 −0 .env.example
- +2 −0 .gitignore
- +2 −0 bin/update-server.js
- +2 −0 index.js
- +13 −0 package-lock.json
- +1 −0 package.json
- +2 −0 test/index.js
@@ -0,0 +1,4 @@ | ||
GH_TOKEN= | ||
REDIS_URL= | ||
PORT= | ||
CACHE_TTL= |