This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-github-graphs
mirror of
https://github.com/jrtechs/github-graphs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Fixed config to contain user-filler which is necessary for auth with github api.
config-and-link-fixes
jrtechs
4 years ago
parent
f80d43853c
commit
5edacf076e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
conf.json
+ 2
- 1
conf.json
View File
@ -1,7 +1,8 @@
{
"port"
:
7000
,
"sessionSecret"
:
"superDuperSecret"
,
"sessionSecret"
:
"superDuperSecret
for session stuff
"
,
"user"
:
"github-user-used-with-api-account"
,
"clientID"
:
"github client id"
,
"clientSecret"
:
"clientSecret"
}
Write
Preview
Loading…
Cancel
Save