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
created a basic demo config to demonstrate what people should put in their configuration.
pull/11/head
Jeffery Russell
5 years ago
parent
a0c389f08f
commit
a33136d74d
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
conf.json
+ 7
- 0
conf.json
View File
@ -0,0 +1,7 @@
{
"port"
:
7000
,
"sessionSecret"
:
"superDuperSecret"
,
"clientID"
:
"github client id"
,
"clientSecret"
:
"clientSecret"
}
Write
Preview
Loading…
Cancel
Save